Favivon - Correção

This commit is contained in:
2026-05-30 19:59:39 -03:00
parent 76ddaa815d
commit d7dfd221f0
32859 changed files with 5459654 additions and 404 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@hookform/resolvers/superstruct",
"amdName": "hookformResolversSuperstruct",
"version": "1.0.0",
"private": true,
"description": "React Hook Form validation resolver: superstruct",
"main": "dist/superstruct.js",
"module": "dist/superstruct.module.js",
"umd:main": "dist/superstruct.umd.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "^7.55.0",
"@hookform/resolvers": "^2.0.0",
"superstruct": ">=0.12.0"
}
}