Skip to content

Commit

Permalink
fix: update zod and zod-validation-error to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Oct 11, 2023
1 parent 265f759 commit 24a6970
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 54 deletions.
8 changes: 5 additions & 3 deletions packages/plugins/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"test": "ZENSTACK_TEST=1 jest",
"prepublishOnly": "pnpm build"
},
"keywords": ["openapi"],
"keywords": [
"openapi"
],
"author": "ZenStack Team",
"license": "MIT",
"dependencies": {
Expand All @@ -33,8 +35,8 @@
"tiny-invariant": "^1.3.1",
"upper-case-first": "^2.0.2",
"yaml": "^2.2.1",
"zod": "3.21.1",
"zod-validation-error": "^0.2.1"
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@readme/openapi-parser": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ts-morph": "^16.0.0",
"tslib": "^2.4.1",
"upper-case-first": "^2.0.2",
"zod": "3.21.1"
"zod": "^3.22.4"
},
"devDependencies": {
"@trpc/next": "^10.32.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"superjson": "^1.11.0",
"tslib": "^2.4.1",
"upper-case-first": "^2.0.2",
"zod": "3.21.1",
"zod-validation-error": "^0.2.1"
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"author": {
"name": "ZenStack Team"
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
"vscode-languageserver": "^8.0.2",
"vscode-languageserver-textdocument": "^1.0.7",
"vscode-uri": "^3.0.6",
"zod": "3.22.4",
"zod-validation-error": "^0.2.1"
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@prisma/client": "^4.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"ts-japi": "^1.8.0",
"upper-case-first": "^2.0.2",
"url-pattern": "^1.0.3",
"zod": "3.21.1",
"zod-validation-error": "^0.2.1"
"zod": "^3.22.4",
"zod-validation-error": "^1.5.0"
},
"devDependencies": {
"@sveltejs/kit": "1.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/testtools/src/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prisma": "^4.8.0",
"typescript": "^4.9.3",
"zenstack": "file:<root>/packages/schema/dist",
"zod": "3.21.1",
"zod": "^3.22.4",
"decimal.js": "^10.4.2"
}
}
126 changes: 86 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/integration/test-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"swr": "^1.3.0",
"typescript": "^4.9.3",
"zenstack": "file:../../../packages/schema/dist",
"zod": "3.21.1"
"zod": "^3.22.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"superjson": "^1.12.4",
"swr": "^2.2.0",
"typescript": "4.9.4",
"zod": "3.21.1"
"zod": "^3.22.4"
},
"devDependencies": {
"prisma": "^4.8.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-dom": "18.2.0",
"superjson": "^1.12.2",
"typescript": "4.9.4",
"zod": "3.21.1",
"zod": "^3.22.4",
"@zenstackhq/runtime": "../../../../../../../packages/runtime/dist"
},
"devDependencies": {
Expand Down

0 comments on commit 24a6970

Please sign in to comment.