From 1fe97f62bfdfc5d56d09425d232f6f324568b641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 00:43:34 +0000 Subject: [PATCH] Bump react-hook-form from 6.15.8 to 7.34.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.8 to 7.34.0. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v6.15.8...v7.34.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0a0b658..9db4eca 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.11.0", + "react-hook-form": "^7.34.0", "react-json-view": "^1.21.3", "react-router-dom": "^5.2.0", "react-scripts": "5.0.1", diff --git a/yarn.lock b/yarn.lock index 128720d..33fb6df 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9506,10 +9506,10 @@ react-full-screen@^1.1.1: dependencies: fscreen "^1.0.2" -react-hook-form@^6.11.0: - 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.34.0: + version "7.34.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.34.0.tgz#22883b5e014e5c5e35f3061d0e3862153b0df2ec" + integrity sha512-s0/TJ09NVlEk2JPp3yit1WnMuPNBXFmUKEQPulgDi9pYBw/ZmmAFHe6AXWq73Y+kp8ye4OcMf0Jv+i/qLPektg== react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0: version "16.13.1"