Compare commits

...

1 Commits

Author SHA1 Message Date
92a8e4f84e fix(deps): update dependency zod to v4
Some checks failed
Lint / Lint and Typecheck (push) Failing after 45s
Lint / Lint and Typecheck (pull_request) Failing after 46s
2025-07-12 00:03:38 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"react-hook-form": "^7.56.1", "react-hook-form": "^7.56.1",
"recharts": "^2.15.3", "recharts": "^2.15.3",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.2.0",
"zod": "^3.24.3" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "3.3.1", "@eslint/eslintrc": "3.3.1",
@@ -7616,9 +7616,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.25.74", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.74.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-4.0.5.tgz",
"integrity": "sha512-J8poo92VuhKjNknViHRAIuuN6li/EwFbAC8OedzI8uxpEPGiXHGQu9wemIAioIpqgfB4SySaJhdk0mH5Y4ICBg==", "integrity": "sha512-/5UuuRPStvHXu7RS+gmvRf4NXrNxpSllGwDnCBcJZtQsKrviYXm54yDGV2KYNLT5kq0lHGcl7lqWJLgSaG+tgA==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"

View File

@@ -31,7 +31,7 @@
"react-hook-form": "^7.56.1", "react-hook-form": "^7.56.1",
"recharts": "^2.15.3", "recharts": "^2.15.3",
"tailwind-merge": "^3.2.0", "tailwind-merge": "^3.2.0",
"zod": "^3.24.3" "zod": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "3.3.1", "@eslint/eslintrc": "3.3.1",