From 149a0bdb567e067ece5f8894935b50ffb26904cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 4 Jul 2021 22:12:05 +0000 Subject: [PATCH] fix(deps): update dependency react-hook-form to v7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6712bb7..96d264f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "query-string": "^6.14.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-hook-form": "^6.15.8", + "react-hook-form": "^7.0.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "react-use": "^17.2.4", diff --git a/yarn.lock b/yarn.lock index b587a92..f5eb252 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11078,10 +11078,10 @@ react-error-overlay@^6.0.9: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.9.tgz#3c743010c9359608c375ecd6bc76f35d93995b0a" integrity sha512-nQTTcUu+ATDbrSD1BZHr5kgSD4oF8OFjxun8uAaL8RwPBacGBNPf/yAuVVdx17N8XNzRDMrZ9XcKZHCjPW+9ew== -react-hook-form@^6.15.8: - version "6.15.8" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.15.8.tgz#725c139d308c431c4611e4b9d85a49f01cfc0e7a" - integrity sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg== +react-hook-form@^7.0.0: + version "7.10.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.10.0.tgz#665c9897957a2a8bbf720cef9e913ba1b22b0e86" + integrity sha512-J6jJDw61TDNG0cEyLlYKUTPTwJH1Gfp8S8+m5Dt3mLY5vEy7UwKr60rl11ESofKmliFH8DconTVFnZgblhGvyg== react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1: version "16.13.1"