Skip to content

Commit 05a843e

Browse files
committed
sync
1 parent 9f6be22 commit 05a843e

File tree

4 files changed

+23
-27
lines changed

4 files changed

+23
-27
lines changed

bun.lock

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

examples/bun/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"private": true,
44
"version": "0.0.9",
55
"dependencies": {
6-
"@ai-sdk/anthropic": "1.1.17",
76
"@ai-sdk/google": "1.1.25",
87
"@ai-sdk/openai": "1.2.5",
98
"aws-sdk": "2.1692.0",

packages/frontend/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
"vite-plugin-solid": "^2.11.6"
1919
},
2020
"dependencies": {
21-
"@ai-sdk/anthropic": "1.1.17",
22-
"@ai-sdk/openai": "1.2.5",
23-
"ai": "4.1.61",
21+
"ai": "4.1.63",
2422
"hono": "4.7.4",
2523
"opencontrol": "workspace:*",
2624
"solid-js": "^1.9.5"

packages/opencontrol/package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@
2020
}
2121
},
2222
"dependencies": {
23-
"@ai-sdk/anthropic": "1.1.17",
24-
"@ai-sdk/openai": "1.2.5",
2523
"@hono/zod-validator": "0.4.3",
26-
"@modelcontextprotocol/sdk": "1.6.1",
24+
"@modelcontextprotocol/sdk": "1.7.0",
2725
"@tsconfig/bun": "1.0.7",
28-
"ai": "4.1.61",
26+
"ai": "4.1.63",
2927
"hono": "4.7.4",
3028
"zod": "3.24.2",
31-
"zod-to-json-schema": "3.24.3"
29+
"zod-to-json-schema": "3.24.4"
3230
},
3331
"devDependencies": {
3432
"@standard-schema/spec": "1.0.0",

0 commit comments

Comments
 (0)