Skip to content

Commit

Permalink
build(deps): bump zod from 3.22.4 to 3.23.8
Browse files Browse the repository at this point in the history
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.4 to 3.23.8.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.22.4...v3.23.8)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent 21b5f24 commit d9cf447
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 73 deletions.
2 changes: 1 addition & 1 deletion examples/ai-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@ai-sdk/openai": "latest",
"ai": "latest",
"dotenv": "16.4.5",
"zod": "3.22.4",
"zod": "3.23.8",
"zod-to-json-schema": "3.22.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next-ai-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.15.1",
"zod": "3.22.4",
"zod": "3.23.8",
"zod-to-json-schema": "3.22.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/next-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"openai": "4.47.1",
"react": "^18",
"react-dom": "^18",
"zod": "3.23.4"
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "^17.0.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@ai-sdk/openai": "latest",
"ai": "latest",
"dotenv": "16.4.5",
"zod": "3.22.4",
"zod": "3.23.8",
"zod-to-json-schema": "3.22.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vercel/ai-tsconfig": "workspace:*",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"tsup": "^7.2.0",
"typescript": "5.1.3",
"vite-plugin-solid": "2.7.2",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"openai": "^4.42.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-vertex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@vercel/ai-tsconfig": "workspace:*",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vercel/ai-tsconfig": "workspace:*",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vercel/ai-tsconfig": "workspace:*",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@vercel/ai-tsconfig": "workspace:*",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/provider-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"msw": "2.0.9",
"tsup": "^8",
"typescript": "5.1.3",
"zod": "3.22.4"
"zod": "3.23.8"
},
"peerDependencies": {
"zod": "^3.0.0"
Expand Down
112 changes: 50 additions & 62 deletions pnpm-lock.yaml

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

0 comments on commit d9cf447

Please sign in to comment.