Skip to content

Commit

Permalink
chore: update react-hook-form to 7.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adguernier committed Apr 9, 2024
1 parent 05fa91d commit 8f4e3ab
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/simple/package.json
Expand Up @@ -25,7 +25,7 @@
"react": "^17.0.0",
"react-admin": "^4.16.15",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.51.2",
"react-query": "^3.32.1",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-core/package.json
Expand Up @@ -39,7 +39,7 @@
"ignore-styles": "~5.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.51.2",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0",
"react-test-renderer": "^16.9.0 || ^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-input-rich-text/package.json
Expand Up @@ -57,7 +57,7 @@
"ra-ui-materialui": "^4.16.15",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.51.2",
"rimraf": "^3.0.2",
"tippy.js": "^6.3.7",
"typescript": "^5.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/package.json
Expand Up @@ -40,7 +40,7 @@
"ra-language-english": "^4.16.15",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.51.2",
"react-is": "^17.0.0",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-admin/package.json
Expand Up @@ -45,7 +45,7 @@
"ra-i18n-polyglot": "^4.16.15",
"ra-language-english": "^4.16.15",
"ra-ui-materialui": "^4.16.15",
"react-hook-form": "^7.43.9",
"react-hook-form": "^7.51.2",
"react-router": "^6.1.0",
"react-router-dom": "^6.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -17981,7 +17981,7 @@ __metadata:
query-string: ^7.1.1
react: ^17.0.0
react-dom: ^17.0.0
react-hook-form: ^7.43.9
react-hook-form: ^7.51.2
react-is: ^17.0.2
react-query: ^3.32.1
react-router: ^6.1.0
Expand Down Expand Up @@ -18163,7 +18163,7 @@ __metadata:
ra-ui-materialui: ^4.16.15
react: ^17.0.0
react-dom: ^17.0.0
react-hook-form: ^7.43.9
react-hook-form: ^7.51.2
rimraf: ^3.0.2
tippy.js: ^6.3.7
typescript: ^5.1.3
Expand Down Expand Up @@ -18258,7 +18258,7 @@ __metadata:
react-dom: ^17.0.0
react-dropzone: ^12.0.4
react-error-boundary: ^3.1.4
react-hook-form: ^7.43.9
react-hook-form: ^7.51.2
react-is: ^17.0.0
react-query: ^3.32.1
react-router: ^6.1.0
Expand Down Expand Up @@ -18445,7 +18445,7 @@ __metadata:
ra-i18n-polyglot: ^4.16.15
ra-language-english: ^4.16.15
ra-ui-materialui: ^4.16.15
react-hook-form: ^7.43.9
react-hook-form: ^7.51.2
react-router: ^6.1.0
react-router-dom: ^6.1.0
rimraf: ^3.0.2
Expand Down Expand Up @@ -18596,12 +18596,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:^7.43.9":
version: 7.43.9
resolution: "react-hook-form@npm:7.43.9"
"react-hook-form@npm:^7.51.2":
version: 7.51.2
resolution: "react-hook-form@npm:7.51.2"
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: 5aab031ae15b32daffb45abe32e00c9d66c511348b68589d4faa6c2309db54b9d2f738b400319b0c2ea87dfd5d85f3760393feafe2bf7a97d608aa736934151f
checksum: 9d5e303b64f77330f244304854522e4f588fd3a5554734d2daebf64230195eb42c44504e074d5acfabd6f33a2272ffca4ebef7a54fad7019ae519471b720327e
languageName: node
linkType: hard

Expand Down Expand Up @@ -19945,7 +19945,7 @@ __metadata:
react-admin: ^4.16.15
react-app-polyfill: ^1.0.4
react-dom: ^17.0.0
react-hook-form: ^7.43.9
react-hook-form: ^7.51.2
react-query: ^3.32.1
react-router: ^6.1.0
react-router-dom: ^6.1.0
Expand Down

0 comments on commit 8f4e3ab

Please sign in to comment.