Skip to content

Commit 0d46444

Browse files
committed
fix: type error due to unmatching zod versions in frontend and backend
Fixed with: colinhacks/zod#2663 (comment)
1 parent e6dda0a commit 0d46444

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

pnpm-lock.yaml

Lines changed: 5 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"tailwindcss": "3.4.1",
5454
"tailwindcss-animate": "^1.0.7",
5555
"typescript": "^5.1.3",
56-
"zod": "^3.22.4",
57-
"zod-validation-error": "^3.0.0"
56+
"zod": "^3.24.1",
57+
"zod-validation-error": "^3.4.0"
5858
},
5959
"devDependencies": {
6060
"@shrutibalasa/tailwind-grid-auto-fit": "^1.1.0",

0 commit comments

Comments
 (0)