Skip to content

Commit b7d41b0

Browse files
build(deps): bump react-hook-form from 7.51.1 to 7.51.2 in /website (#2224)
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.51.1 to 7.51.2. - [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](react-hook-form/react-hook-form@v7.51.1...v7.51.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f37ee35 commit b7d41b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0",
2020
"react-dropzone": "^14.2.3",
21-
"react-hook-form": "^7.51.1",
21+
"react-hook-form": "^7.51.2",
2222
"react-i18next": "^13.5.0",
2323
"react-router-dom": "^6.22.3",
2424
"react-use": "^17.5.0",

website/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3300,10 +3300,10 @@ react-dropzone@*, react-dropzone@^14.2.3:
33003300
file-selector "^0.6.0"
33013301
prop-types "^15.8.1"
33023302

3303-
react-hook-form@^7.51.1:
3304-
version "7.51.1"
3305-
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.1.tgz#3ce5f8b5ef41903b4054a641cef8c0dc8bf8ae85"
3306-
integrity sha512-ifnBjl+kW0ksINHd+8C/Gp6a4eZOdWyvRv0UBaByShwU8JbVx5hTcTWEcd5VdybvmPTATkVVXk9npXArHmo56w==
3303+
react-hook-form@^7.51.2:
3304+
version "7.51.2"
3305+
resolved "https://registry.yarnpkg.com/react-hook-form/-/react-hook-form-7.51.2.tgz#79f7f72ee217c5114ff831012d1a7ec344096e7f"
3306+
integrity sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==
33073307

33083308
react-i18next@^13.5.0:
33093309
version "13.5.0"

0 commit comments

Comments
 (0)