Skip to content

Commit d165e7c

Browse files
committed
chore: downgrade zod dependency version in package.json and pnpm-lock.yaml
- Updated zod version from 4.0.17 to 3.23.8 in both package.json and pnpm-lock.yaml to ensure compatibility with existing codebase.
1 parent e6d7f98 commit d165e7c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"citty": "^0.1.6",
2929
"h3": "^1.13.0",
30-
"zod": "^4.0.17",
30+
"zod": "^3.23.8",
3131
"@modelcontextprotocol/sdk": "^1.17.2"
3232
},
3333
"devDependencies": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)