Skip to content
Open
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 @@ -16,7 +16,7 @@
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11",
"@hookform/devtools": "^4.2.2",
"@hookform/resolvers": "^2.8.10",
"@hookform/resolvers": "^5.0.0",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.8.1",
Expand Down
96 changes: 89 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1262,12 +1262,87 @@ __metadata:
languageName: node
linkType: hard

"@hookform/resolvers@npm:^2.8.10":
version: 2.9.11
resolution: "@hookform/resolvers@npm:2.9.11"
peerDependencies:
react-hook-form: ^7.0.0
checksum: 977ea038bb94457ac9f6c7ca65438ce8fcd0cf7643b9925d8bc4d66df6faa0f49ad642bee7362f86a4d3ff7ff53d18b7aea0597085993971cae00e86bf6eda73
"@hookform/resolvers@npm:^5.0.0":
version: 5.7.1
resolution: "@hookform/resolvers@npm:5.7.1"
dependencies:
"@standard-schema/utils": ^0.3.0
peerDependencies:
"@sinclair/typebox": ">=0.25.24"
"@standard-schema/spec": ^1.0.0
"@typeschema/main": ">=0.13.7"
"@vinejs/vine": ^2.0.0 || ^3.0.0 || ^4.0.0
ajv: ^8.12.0
ajv-errors: ^3.0.0
ajv-formats: ^2.1.1
arktype: ^2.0.0
ata-validator: ^1.2.0
class-transformer: ">=0.4.0"
class-validator: ">=0.12.0"
computed-types: ^1.0.0
effect: ^3.10.3
fluentvalidation-ts: ^3.0.0
fp-ts: ^2.7.0
io-ts: ^2.0.0
joi: ^17.0.0
nope-validator: ">=0.12.0"
react-hook-form: ^7.55.0
superstruct: ">=0.12.0"
typanion: ^3.3.2
valibot: ">=0.31.0 || ^1.0.0-beta.4 || ^1.0.0-rc"
vest: ">=3.0.0"
yup: ^1.0.0
zod: ^3.25.0 || ^4.0.0
peerDependenciesMeta:
"@sinclair/typebox":
optional: true
"@standard-schema/spec":
optional: true
"@typeschema/main":
optional: true
"@vinejs/vine":
optional: true
ajv:
optional: true
ajv-errors:
optional: true
ajv-formats:
optional: true
arktype:
optional: true
ata-validator:
optional: true
class-transformer:
optional: true
class-validator:
optional: true
computed-types:
optional: true
effect:
optional: true
fluentvalidation-ts:
optional: true
fp-ts:
optional: true
io-ts:
optional: true
joi:
optional: true
nope-validator:
optional: true
superstruct:
optional: true
typanion:
optional: true
valibot:
optional: true
vest:
optional: true
yup:
optional: true
zod:
optional: true
checksum: c6e325fccf8d8c2ac7cc4e0f1fe7530039d688e39f724e20929e4fc33f48941dce0b4bcfe79bbff2830f983cbfc1d53dfdb09860d51299520c4ee5bfd7d89611
languageName: node
linkType: hard

Expand Down Expand Up @@ -2237,6 +2312,13 @@ __metadata:
languageName: node
linkType: hard

"@standard-schema/utils@npm:^0.3.0":
version: 0.3.0
resolution: "@standard-schema/utils@npm:0.3.0"
checksum: 7084f875d322792f2e0a5904009434c8374b9345b09ba89828b68fd56fa3c2b366d35bf340d9e8c72736ef01793c2f70d350c372ed79845dc3566c58d34b4b51
languageName: node
linkType: hard

"@swc/helpers@npm:0.5.15":
version: 0.5.15
resolution: "@swc/helpers@npm:0.5.15"
Expand Down Expand Up @@ -3656,7 +3738,7 @@ __metadata:
"@emotion/server": ^11.10.0
"@emotion/styled": ^11
"@hookform/devtools": ^4.2.2
"@hookform/resolvers": ^2.8.10
"@hookform/resolvers": ^5.0.0
"@mui/icons-material": ^5.8.0
"@mui/lab": ^5.0.0-alpha.89
"@mui/material": ^5.8.1
Expand Down