Update @hookform/resolvers to version 3.3.3

This commit is contained in:
depfu[bot]
2024-01-15 09:25:30 +00:00
parent 9619dfa388
commit fd49dbef69
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -10,7 +10,7 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.1",
"@hookform/resolvers": "^3.3.3",
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@next/bundle-analyzer": "^14.0.3",
"@tanstack/react-query": "^4.35.0",
@@ -2240,10 +2240,9 @@
}
},
"node_modules/@hookform/resolvers": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.1.tgz",
"integrity": "sha512-K7KCKRKjymxIB90nHDQ7b9nli474ru99ZbqxiqDAWYsYhOsU3/4qLxW91y+1n04ic13ajjZ66L3aXbNef8PELQ==",
"license": "MIT",
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-3.3.3.tgz",
"integrity": "sha512-bOMxKkSD3zWcS11TKoUQ8O0ZqKslFohvUsPKSrdCHiuEuMjRo/u3cq9YRJD/+xtNGYup++XD2LkjhegP5XENiw==",
"peerDependencies": {
"react-hook-form": "^7.0.0"
}
+1 -1
View File
@@ -14,7 +14,7 @@
"dependencies": {
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.1",
"@hookform/resolvers": "^3.3.3",
"@kodingdotninja/use-tailwind-breakpoint": "^0.0.5",
"@next/bundle-analyzer": "^14.0.3",
"@tanstack/react-query": "^4.35.0",