Skip to content

Commit 62b5322

Browse files
Bump react-hook-form from 7.60.0 to 7.66.0 in /js
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.60.0 to 7.66.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](react-hook-form/react-hook-form@v7.60.0...v7.66.0) --- updated-dependencies: - dependency-name: react-hook-form dependency-version: 7.66.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea76b20 commit 62b5322

File tree

4 files changed

+171
-170
lines changed

4 files changed

+171
-170
lines changed

js/apps/account-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lodash-es": "^4.17.21",
3737
"react": "^18.3.1",
3838
"react-dom": "^18.3.1",
39-
"react-hook-form": "^7.60.0",
39+
"react-hook-form": "^7.66.0",
4040
"react-i18next": "^15.6.0",
4141
"react-router-dom": "^6.30.1"
4242
},

js/apps/admin-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"p-debounce": "^4.0.0",
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102-
"react-hook-form": "^7.60.0",
102+
"react-hook-form": "^7.66.0",
103103
"react-i18next": "^15.6.0",
104104
"react-router-dom": "^6.30.1",
105105
"reactflow": "^11.11.4",

js/libs/ui-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"lodash-es": "^4.17.21",
5454
"react": "^18.3.1",
5555
"react-dom": "^18.3.1",
56-
"react-hook-form": "7.60.0",
56+
"react-hook-form": "7.66.0",
5757
"react-i18next": "^15.6.0"
5858
},
5959
"devDependencies": {

0 commit comments

Comments
 (0)