Compare commits

...

3 Commits

Author SHA1 Message Date
cd1a6a26d9 fix(deps): update dependency zod to v4
Some checks failed
Check / Lint and Check (push) Failing after 45s
Check / Lint and Check (pull_request) Failing after 40s
2025-07-12 02:01:46 +00:00
5de198e319 fix(deps): update dependency zod to v3.25.76
All checks were successful
Check / Lint and Check (push) Successful in 2m43s
2025-07-12 01:01:47 +00:00
94117af29c chore(deps): update dependency @types/node to v22.16.3
All checks were successful
Check / Lint and Check (push) Successful in 47s
2025-07-12 00:01:26 +00:00
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -28,11 +28,11 @@
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
"zod": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "9.30.1",
@ -3080,9 +3080,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.16.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz",
"integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==",
"version": "22.16.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.3.tgz",
"integrity": "sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -9441,9 +9441,9 @@
}
},
"node_modules/zod": {
"version": "3.25.74",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.74.tgz",
"integrity": "sha512-J8poo92VuhKjNknViHRAIuuN6li/EwFbAC8OedzI8uxpEPGiXHGQu9wemIAioIpqgfB4SySaJhdk0mH5Y4ICBg==",
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-4.0.5.tgz",
"integrity": "sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/colinhacks"

View File

@ -29,11 +29,11 @@
"react-hook-form": "^7.54.2",
"tailwind-merge": "^3.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
"zod": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "9.30.1",