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.46.1 #9162

Merged
merged 1 commit into from
Sep 12, 2023
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 @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.22.11",
"core-js": "3.32.2",
"pascalcase": "1.0.0",
"react-hook-form": "7.45.4"
"react-hook-form": "7.46.1"
},
"devDependencies": {
"@babel/cli": "7.22.10",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8653,7 +8653,7 @@ __metadata:
pascalcase: 1.0.0
react: 18.3.0-canary-035a41c4e-20230704
react-dom: 18.3.0-canary-035a41c4e-20230704
react-hook-form: 7.45.4
react-hook-form: 7.46.1
typescript: 5.2.2
peerDependencies:
graphql: 16.8.0
Expand Down Expand Up @@ -30039,12 +30039,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.45.4":
version: 7.45.4
resolution: "react-hook-form@npm:7.45.4"
"react-hook-form@npm:7.46.1":
version: 7.46.1
resolution: "react-hook-form@npm:7.46.1"
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: 09c016213ed09771e6e0c2f85b816a52ef5dc975324fbd676d2b056dd22de7447ac3fb38997f05c92e7cecc8f14f6fa931a8cc8c24ba569e72fe621333b835b2
checksum: 05377ee81083be98eef9fdb686c04f1309a3ca86a196d2aa48aa1bd0158ed54bbf8ab96bad19ef695dde8cd1a9b1e327ef35348fb30b496e0161da616154ff47
languageName: node
linkType: hard

Expand Down