From b464f9cd05bda7d86c90b291d7edb9b6223d2487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 08:03:53 +0000 Subject: [PATCH] chore: bump react-hook-form from 6.14.2 to 7.42.0 in /docs Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.14.2 to 7.42.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.14.2...v7.42.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 799673f..87081f3 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "prism-react-renderer": "^1.1.1", "react": "^17.0.1", "react-dom": "^17.0.1", - "react-hook-form": "^6.14.2", + "react-hook-form": "^7.42.0", "react-live": "^2.2.3", "react-scripts": "^4.0.1", "styled-components": "^5.2.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index 67c51ea..32be30f 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -8929,10 +8929,10 @@ react-error-overlay@^6.0.8: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.8.tgz#474ed11d04fc6bda3af643447d85e9127ed6b5de" integrity sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw== -react-hook-form@^6.14.2: - version "6.14.2" - resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-6.14.2.tgz#60ab0b5367b220a3d96aa0b17bd0f13f9d8c326a" - integrity sha512-GgDUuT3Yfhl1BOcMl862uAFbCixSomtm3CVlQQ1qVu9Tq5BN2uUIRUIXP8l2Gy99eLUrBqU9x4E7N+si9cnvaw== +react-hook-form@^7.42.0: + version "7.42.0" + resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.42.0.tgz#91817cccd44e12af8fbf26c45e756634e76cbd23" + integrity sha512-XDEjSUZmT68FOSv2FaD3XlN1sa2HB9vIQ9SVKsogGrHUY43o2aANQDC9LgHa4zusqCMKLG3qitpTcEhpYWHBFw== react-is@^16.7.0, react-is@^16.8.1: version "16.13.1"