Skip to content

Commit 4ab2d76

Browse files
chore(web): Bump AI sdk dependencies (#1126)
* bump * changelog
1 parent ed05fc4 commit 4ab2d76

File tree

3 files changed

+127
-110
lines changed

3 files changed

+127
-110
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. [#1126](https://github.com/sourcebot-dev/sourcebot/pull/1126)
12+
1013
## [4.16.9] - 2026-04-15
1114

1215
### Added

packages/web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"tool:decrypt-jwe": "tsx tools/decryptJWE.ts"
1515
},
1616
"dependencies": {
17-
"@ai-sdk/amazon-bedrock": "^4.0.69",
18-
"@ai-sdk/anthropic": "^3.0.50",
19-
"@ai-sdk/azure": "^3.0.38",
20-
"@ai-sdk/deepseek": "^2.0.21",
21-
"@ai-sdk/google": "^3.0.34",
22-
"@ai-sdk/google-vertex": "^4.0.68",
23-
"@ai-sdk/mistral": "^3.0.21",
24-
"@ai-sdk/openai": "^3.0.37",
25-
"@ai-sdk/openai-compatible": "^2.0.31",
26-
"@ai-sdk/react": "^3.0.107",
27-
"@ai-sdk/xai": "^3.0.60",
17+
"@ai-sdk/amazon-bedrock": "^4.0.94",
18+
"@ai-sdk/anthropic": "^3.0.70",
19+
"@ai-sdk/azure": "^3.0.54",
20+
"@ai-sdk/deepseek": "^2.0.29",
21+
"@ai-sdk/google": "^3.0.64",
22+
"@ai-sdk/google-vertex": "^4.0.111",
23+
"@ai-sdk/mistral": "^3.0.30",
24+
"@ai-sdk/openai": "^3.0.53",
25+
"@ai-sdk/openai-compatible": "^2.0.41",
26+
"@ai-sdk/react": "^3.0.169",
27+
"@ai-sdk/xai": "^3.0.83",
2828
"@auth/prisma-adapter": "^2.11.1",
2929
"@aws-sdk/credential-providers": "^3.1023.0",
3030
"@codemirror/commands": "^6.6.0",
@@ -111,7 +111,7 @@
111111
"@vercel/otel": "^1.13.0",
112112
"@viz-js/lang-dot": "^1.0.4",
113113
"@xiechao/codemirror-lang-handlebars": "^1.0.4",
114-
"ai": "^6.0.105",
114+
"ai": "^6.0.167",
115115
"ajv": "^8.17.1",
116116
"bcryptjs": "^3.0.2",
117117
"class-variance-authority": "^0.7.0",

0 commit comments

Comments
 (0)