Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-hook-form to v7.53.0 #11495

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"graphql": "16.9.0",
"pascalcase": "1.0.0",
"react-hook-form": "7.52.2"
"react-hook-form": "7.53.0"
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8204,7 +8204,7 @@ __metadata:
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
react-dom: "npm:19.0.0-rc-8269d55d-20240802"
react-hook-form: "npm:7.52.2"
react-hook-form: "npm:7.53.0"
tsx: "npm:4.17.0"
typescript: "npm:5.5.4"
vitest: "npm:2.0.5"
Expand Down Expand Up @@ -25653,12 +25653,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.52.2":
version: 7.52.2
resolution: "react-hook-form@npm:7.52.2"
"react-hook-form@npm:7.53.0":
version: 7.53.0
resolution: "react-hook-form@npm:7.53.0"
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
checksum: 10c0/2b8d37239d40f4326a24609c1bf5b4ba2cf66bc4a988213ccd7eb92a254dd5bf9c4b94caa353bce4b1d6d8a9ecd2ea3103e25c6d2d72d53f7be26f09053a8b2f
checksum: 10c0/6d62b150618a833c17d59e669b707661499e2bb516a8d340ca37699f99eb448bbba7b5b78324938c8948014e21efaa32e3510c2ba246fd5e97a96fca0cfa7c98
languageName: node
linkType: hard

Expand Down
Loading