Skip to content

Commit 9e19531

Browse files
committed
fix(deps): update dependency zod to v4
1 parent 5e19f52 commit 9e19531

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

packages/toolbox-adk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"@toolbox-sdk/core": "workspace:*",
5252
"axios": "^1.12.2",
5353
"openapi-types": "^12.1.3",
54-
"zod": "^3.24.4"
54+
"zod": "^4.0.0"
5555
}
5656
}

packages/toolbox-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"google-auth-library": "^10.0.0"
5555
},
5656
"peerDependencies": {
57-
"zod": "^3.24.4"
57+
"zod": "^4.0.0"
5858
}
5959
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)