Skip to content

Commit 5b7816d

Browse files
authored
chore: upgrade workspace to zod 4.3.6 and ai 6.0.79 (#608)
* chore: upgrade workspace to zod 4.3.6 and ai 6.0.79 * Update @ai-sdk/google dependency version * chore: update pnpm-lock.yaml
1 parent 355407c commit 5b7816d

4 files changed

Lines changed: 393 additions & 380 deletions

File tree

apps/test-bot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": "node"
1212
},
1313
"dependencies": {
14-
"@ai-sdk/google": "^2.0.8",
14+
"@ai-sdk/google": "^2.0.52",
1515
"@commandkit/ai": "workspace:*",
1616
"@commandkit/cache": "workspace:*",
1717
"@commandkit/devtools": "workspace:*",
@@ -24,7 +24,7 @@
2424
"dotenv": "^16.4.7",
2525
"ms": "^2.1.3",
2626
"workflow": "catalog:workflow",
27-
"zod": "^4.1.1"
27+
"zod": "^4.3.6"
2828
},
2929
"devDependencies": {
3030
"@types/ms": "^2.1.0",

packages/ai/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"typescript": "catalog:build"
3636
},
3737
"dependencies": {
38-
"ai": "^5.0.22",
39-
"zod": "^4.1.0"
38+
"ai": "^6.0.79",
39+
"zod": "^4.3.6"
4040
}
4141
}

packages/devtools-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tailwind-merge": "^3.0.0",
5252
"tw-animate-css": "^1.2.5",
5353
"vaul": "^1.1.2",
54-
"zod": "^3.24.2",
54+
"zod": "^4.3.6",
5555
"zustand": "^5.0.3"
5656
},
5757
"devDependencies": {

0 commit comments

Comments
 (0)