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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/core": "^7.23.2",
"@babel/plugin-syntax-flow": "^7.22.5",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"@hookform/resolvers": "^4.1.3",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-slot": "^1.2.2",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
Expand Down
12 changes: 6 additions & 6 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -787,14 +787,14 @@ __metadata:
languageName: node
linkType: hard

"@hookform/resolvers@npm:^4.1.3":
version: 4.1.3
resolution: "@hookform/resolvers@npm:4.1.3"
"@hookform/resolvers@npm:^5.1.1":
version: 5.1.1
resolution: "@hookform/resolvers@npm:5.1.1"
dependencies:
"@standard-schema/utils": "npm:^0.3.0"
peerDependencies:
react-hook-form: ^7.0.0
checksum: 10c0/dfaeb5936de4c21b849ba0120edb3ad8d0a8c835fd496ccb39ff409a19fa2334867218feb1120d7aed57a9a85f0b4f855f658ebd52c1b90122e9171c66275956
react-hook-form: ^7.55.0
checksum: 10c0/74601ba4abb3159bbaa25175af9459a2c0337a28d8c0a5be95c7ae7b0a76ddafcf63c03eea8561fd099fe80b226194ad09e3824c53b9beda38393ff9fd264a03
languageName: node
linkType: hard

Expand Down Expand Up @@ -4223,7 +4223,7 @@ __metadata:
"@babel/plugin-transform-react-jsx": "npm:^7.22.15"
"@biomejs/biome": "npm:1.8.2"
"@chromatic-com/storybook": "npm:^3"
"@hookform/resolvers": "npm:^4.1.3"
"@hookform/resolvers": "npm:^5.1.1"
"@iconify/react": "npm:^4.1.1"
"@radix-ui/react-slot": "npm:^1.2.2"
"@storybook/addon-actions": "npm:^8.6.4"
Expand Down
Loading