Skip to content

Commit 872ab54

Browse files
Copilothotlong
andauthored
Fix pnpm-lock.yaml: correct @ai-sdk/* version constraints and regenerate lockfile
The studio package.json had @ai-sdk/* deps pinned to ^3.0.144 which doesn't exist for most packages (latest: anthropic@3.0.67, openai@3.0.51, google@3.0.59, gateway@3.0.91). Changed to ^3.0.0 and regenerated pnpm-lock.yaml. Agent-Logs-Url: https://github.com/objectstack-ai/framework/sessions/01fb2ce7-c0b8-443b-8012-42553f2fc25a Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 3a87d67 commit 872ab54

2 files changed

Lines changed: 77 additions & 4 deletions

File tree

apps/studio/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"preview": "vite preview"
1818
},
1919
"dependencies": {
20-
"@ai-sdk/anthropic": "^3.0.144",
21-
"@ai-sdk/gateway": "^3.0.144",
22-
"@ai-sdk/google": "^3.0.144",
23-
"@ai-sdk/openai": "^3.0.144",
20+
"@ai-sdk/anthropic": "^3.0.0",
21+
"@ai-sdk/gateway": "^3.0.0",
22+
"@ai-sdk/google": "^3.0.0",
23+
"@ai-sdk/openai": "^3.0.0",
2424
"@ai-sdk/react": "^3.0.144",
2525
"@hono/node-server": "^1.19.11",
2626
"@objectstack/client": "workspace:*",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)