Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hook-form": "^7.55.0",
"simple-icons": "^14.9.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "4.0.11",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ __metadata:
postcss: "npm:^8.5.3"
react: "npm:^19.0.0"
react-dom: "npm:^19.0.0"
react-hook-form: "npm:^7.54.2"
react-hook-form: "npm:^7.55.0"
rollup: "npm:^4.34.8"
simple-icons: "npm:^14.9.0"
tailwind-merge: "npm:^3.0.2"
Expand Down Expand Up @@ -10179,6 +10179,15 @@ __metadata:
languageName: node
linkType: hard

"react-hook-form@npm:^7.55.0":
version: 7.55.0
resolution: "react-hook-form@npm:7.55.0"
peerDependencies:
react: ^16.8.0 || ^17 || ^18 || ^19
checksum: 10c0/9cff0da58d8223dd14e01ac83688e3546edc42cfa557974b6f2f09922ee051e4713fd53abb69c7a815bf3600142a14186b977d69d438da32f63475a8ecf6b452
languageName: node
linkType: hard

"react-refresh@npm:^0.14.2":
version: 0.14.2
resolution: "react-refresh@npm:0.14.2"
Expand Down
Loading