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.45.2 #4094

Merged
merged 1 commit into from
Jul 17, 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 apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"picocolors": "1.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.45.1",
"react-hook-form": "7.45.2",
"react-i18next": "13.0.2",
"rippleui": "1.12.1",
"rooks": "7.14.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18512,7 +18512,7 @@ __metadata:
prettier: "npm:3.0.0"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-hook-form: "npm:7.45.1"
react-hook-form: "npm:7.45.2"
react-i18next: "npm:13.0.2"
react-test-renderer: "npm:18.2.0"
rimraf: "npm:5.0.1"
Expand Down Expand Up @@ -20732,12 +20732,12 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:7.45.1":
version: 7.45.1
resolution: "react-hook-form@npm:7.45.1"
"react-hook-form@npm:7.45.2":
version: 7.45.2
resolution: "react-hook-form@npm:7.45.2"
peerDependencies:
react: ^16.8.0 || ^17 || ^18
checksum: 09efe9876deb072b0ecc716f792e6e0f4a5198150b0fbcacc03bf122ade180bb7f5cec715b4d4eff8d4b44955a8a7b8fb737b7006d90922ca18ff0a094c7a558
checksum: 08095c88434e6b5fb7b073fc156f5b790d2c0261648a373d149dacd0a9449169e47a2ac345bd8c477e97a440d67338d5ef40b1a518dd5138ca1126bfd3ba7791
languageName: node
linkType: hard

Expand Down
Loading