Update @hookform/resolvers

In v5 the zod resolver will automatically infer the type for `useForm`.
It's not recommended to manually specify types.
See https://github.com/react-hook-form/resolvers/releases/tag/v5.0.0
This commit is contained in:
Anton Gunnarsson
2025-05-07 10:22:19 +02:00
parent 83646d4d02
commit f46bc8f920
6 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"@contentstack/live-preview-utils": "^3.0.0",
"@formatjs/intl": "^2.10.15",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^5.0.1",
"@internationalized/date": "^3.6.0",
"@netlify/blobs": "^8.1.0",
"@netlify/functions": "^3.0.0",