Skip to content
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@fontsource/source-code-pro": "^5.1.1",
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^4.1.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ __metadata:
"@biomejs/biome": "npm:^1.9.4"
"@chromatic-com/storybook": "npm:^3.2.4"
"@fontsource/source-code-pro": "npm:^5.1.1"
"@hookform/resolvers": "npm:^3.10.0"
"@hookform/resolvers": "npm:^4.1.0"
"@radix-ui/react-accordion": "npm:^1.2.2"
"@radix-ui/react-avatar": "npm:^1.1.2"
"@radix-ui/react-checkbox": "npm:^1.1.3"
Expand Down Expand Up @@ -618,12 +618,14 @@ __metadata:
languageName: node
linkType: hard

"@hookform/resolvers@npm:^3.10.0":
version: 3.10.0
resolution: "@hookform/resolvers@npm:3.10.0"
"@hookform/resolvers@npm:^4.1.0":
version: 4.1.0
resolution: "@hookform/resolvers@npm:4.1.0"
dependencies:
caniuse-lite: "npm:^1.0.30001698"
peerDependencies:
react-hook-form: ^7.0.0
checksum: 10c0/7ee44533b4cdc28c4fa2a94894c735411e5a1f830f4a617c580533321a9b901df0cc8c1e2fad81ad8d55154ebc5cb844cf9c116a3148ffae2bc48758c33cbb8e
checksum: 10c0/aeb5c0037c49a9bf0b2026e9c28769ba33a9a8d73223319dd576b35e2e5906f062f17b358ea2d0193482805ccd8918e4f97f3924fc94a1fdfe09de3e255a8c39
languageName: node
linkType: hard

Expand Down Expand Up @@ -3027,6 +3029,13 @@ __metadata:
languageName: node
linkType: hard

"caniuse-lite@npm:^1.0.30001698":
version: 1.0.30001700
resolution: "caniuse-lite@npm:1.0.30001700"
checksum: 10c0/3d391bcdd193208166d3ad759de240b9c18ac3759dbd57195770f0fcd2eedcd47d5e853609aba1eee5a2def44b0a14eee457796bdb3451a27de0c8b27355017c
languageName: node
linkType: hard

"chai@npm:^5.1.1":
version: 5.1.2
resolution: "chai@npm:5.1.2"
Expand Down
Loading