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.43.9 #7973

Merged
merged 1 commit into from Mar 31, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/forms/package.json
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.21.0",
"core-js": "3.29.1",
"pascalcase": "1.0.0",
"react-hook-form": "7.43.8"
"react-hook-form": "7.43.9"
},
"devDependencies": {
"@babel/cli": "7.21.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -6838,7 +6838,7 @@ __metadata:
pascalcase: 1.0.0
react: 18.2.0
react-dom: 18.2.0
react-hook-form: 7.43.8
react-hook-form: 7.43.9
typescript: 5.0.2
peerDependencies:
graphql: 16.6.0
Expand Down Expand Up @@ -26605,12 +26605,12 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down