Skip to content

Commit 2c0b583

Browse files
chore(web): Bump AI SDK packages (#752)
1 parent 33fc318 commit 2c0b583

File tree

3 files changed

+189
-190
lines changed

3 files changed

+189
-190
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Bumped AI SDK and associated packages version. [#752](https://github.com/sourcebot-dev/sourcebot/pull/752)
12+
1013
## [4.10.12] - 2026-01-16
1114

1215
### Changed

packages/web/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"stripe:listen": "stripe listen --forward-to http://localhost:3000/api/stripe"
1414
},
1515
"dependencies": {
16-
"@ai-sdk/amazon-bedrock": "^3.0.22",
17-
"@ai-sdk/anthropic": "^2.0.17",
18-
"@ai-sdk/azure": "^2.0.32",
19-
"@ai-sdk/deepseek": "^1.0.18",
20-
"@ai-sdk/google": "^2.0.14",
21-
"@ai-sdk/google-vertex": "^3.0.27",
22-
"@ai-sdk/mistral": "^2.0.14",
23-
"@ai-sdk/openai": "^2.0.32",
24-
"@ai-sdk/openai-compatible": "^1.0.18",
25-
"@ai-sdk/react": "^2.0.45",
26-
"@ai-sdk/xai": "^2.0.20",
16+
"@ai-sdk/amazon-bedrock": "^3.0.73",
17+
"@ai-sdk/anthropic": "^2.0.57",
18+
"@ai-sdk/azure": "^2.0.91",
19+
"@ai-sdk/deepseek": "^1.0.33",
20+
"@ai-sdk/google": "^2.0.52",
21+
"@ai-sdk/google-vertex": "^3.0.97",
22+
"@ai-sdk/mistral": "^2.0.27",
23+
"@ai-sdk/openai": "^2.0.89",
24+
"@ai-sdk/openai-compatible": "^1.0.30",
25+
"@ai-sdk/react": "^2.0.123",
26+
"@ai-sdk/xai": "^2.0.53",
2727
"@auth/prisma-adapter": "^2.11.1",
2828
"@aws-sdk/credential-providers": "^3.890.0",
2929
"@codemirror/commands": "^6.6.0",
@@ -58,7 +58,7 @@
5858
"@hookform/resolvers": "^3.9.0",
5959
"@iconify/react": "^5.1.0",
6060
"@iizukak/codemirror-lang-wgsl": "^0.3.0",
61-
"@openrouter/ai-sdk-provider": "^1.1.0",
61+
"@openrouter/ai-sdk-provider": "^1.5.4",
6262
"@opentelemetry/api-logs": "^0.203.0",
6363
"@opentelemetry/instrumentation": "^0.203.0",
6464
"@opentelemetry/sdk-logs": "^0.203.0",
@@ -110,7 +110,7 @@
110110
"@vercel/otel": "^1.13.0",
111111
"@viz-js/lang-dot": "^1.0.4",
112112
"@xiechao/codemirror-lang-handlebars": "^1.0.4",
113-
"ai": "^5.0.45",
113+
"ai": "^5.0.121",
114114
"ajv": "^8.17.1",
115115
"bcryptjs": "^3.0.2",
116116
"class-variance-authority": "^0.7.0",

0 commit comments

Comments
 (0)