@hookform/resolvers 4.1.1 → 4.1.2
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 +2 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hookform/resolvers",
|
|
3
3
|
"amdName": "hookformResolvers",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
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",
|
|
@@ -269,7 +269,6 @@
|
|
|
269
269
|
"devDependencies": {
|
|
270
270
|
"@sinclair/typebox": "^0.34.15",
|
|
271
271
|
"@standard-schema/spec": "^1.0.0",
|
|
272
|
-
"@standard-schema/utils": "^0.3.0",
|
|
273
272
|
"@testing-library/dom": "^10.4.0",
|
|
274
273
|
"@testing-library/jest-dom": "^6.6.3",
|
|
275
274
|
"@testing-library/react": "^16.2.0",
|
|
@@ -321,6 +320,6 @@
|
|
|
321
320
|
"react-hook-form": "^7.0.0"
|
|
322
321
|
},
|
|
323
322
|
"dependencies": {
|
|
324
|
-
"
|
|
323
|
+
"@standard-schema/utils": "^0.3.0"
|
|
325
324
|
}
|
|
326
325
|
}
|