Skip to content

Commit c05c5ca

Browse files
committed
fix: use zod-error v2 with zod 4
1 parent db3da91 commit c05c5ca

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"uuid": "^14.0.0",
218218
"ws": "^8.11.0",
219219
"zod": "4.4.3",
220-
"zod-error": "1.5.0",
220+
"zod-error": "2.0.0",
221221
"zod-validation-error": "^5.0.0"
222222
},
223223
"devDependencies": {

internal-packages/clickhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@internal/tsql": "workspace:*",
1212
"@trigger.dev/core": "workspace:*",
1313
"zod": "4.4.3",
14-
"zod-error": "1.5.0"
14+
"zod-error": "2.0.0"
1515
},
1616
"devDependencies": {
1717
"@internal/testcontainers": "workspace:*",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"std-env": "^3.8.1",
226226
"tinyexec": "^0.3.2",
227227
"uncrypto": "^0.1.3",
228-
"zod-error": "1.5.0",
228+
"zod-error": "2.0.0",
229229
"zod-validation-error": "^5.0.0"
230230
},
231231
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)