@hookform/resolvers 3.9.0 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/valibot/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hookform/resolvers",
|
|
3
3
|
"amdName": "hookformResolvers",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.1",
|
|
5
5
|
"description": "React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS",
|
|
6
6
|
"main": "dist/resolvers.js",
|
|
7
7
|
"module": "dist/resolvers.module.js",
|
|
@@ -278,6 +278,7 @@
|
|
|
278
278
|
"computed-types": "^1.11.2",
|
|
279
279
|
"cross-env": "^7.0.3",
|
|
280
280
|
"effect": "^3.4.7",
|
|
281
|
+
"fluentvalidation-ts": "^3.2.0",
|
|
281
282
|
"fp-ts": "^2.16.7",
|
|
282
283
|
"io-ts": "^2.2.21",
|
|
283
284
|
"io-ts-types": "^0.5.19",
|
|
@@ -296,14 +297,13 @@
|
|
|
296
297
|
"superstruct": "^1.0.4",
|
|
297
298
|
"typanion": "^3.14.0",
|
|
298
299
|
"typescript": "^5.5.3",
|
|
299
|
-
"valibot": "0.
|
|
300
|
+
"valibot": "^1.0.0-beta.0",
|
|
300
301
|
"vest": "^5.3.0",
|
|
301
302
|
"vite": "^5.3.3",
|
|
302
303
|
"vite-tsconfig-paths": "^4.3.2",
|
|
303
304
|
"vitest": "^1.6.0",
|
|
304
305
|
"yup": "^1.4.0",
|
|
305
|
-
"zod": "^3.23.8"
|
|
306
|
-
"fluentvalidation-ts": "^3.2.0"
|
|
306
|
+
"zod": "^3.23.8"
|
|
307
307
|
},
|
|
308
308
|
"peerDependencies": {
|
|
309
309
|
"react-hook-form": "^7.0.0"
|