update: ai package (#1139)

This commit is contained in:
josh 2025-08-27 11:05:46 +01:00 committed by GitHub
parent 87884517c9
commit 66e8227655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 107 additions and 113 deletions

View file

@ -19,9 +19,9 @@
"test": "export PLAYWRIGHT=True && pnpm exec playwright test"
},
"dependencies": {
"@ai-sdk/provider": "2.0.0-beta.1",
"@ai-sdk/react": "2.0.0-beta.6",
"@ai-sdk/xai": "2.0.0-beta.2",
"@ai-sdk/provider": "2.0.0",
"@ai-sdk/react": "2.0.26",
"@ai-sdk/xai": "2.0.13",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.5.0",
@ -44,7 +44,7 @@
"@vercel/functions": "^2.0.0",
"@vercel/otel": "^1.12.0",
"@vercel/postgres": "^0.10.0",
"ai": "5.0.0-beta.6",
"ai": "5.0.26",
"bcrypt-ts": "^5.0.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
@ -80,13 +80,14 @@
"redis": "^5.0.0",
"resumable-stream": "^2.0.0",
"server-only": "^0.0.1",
"shiki": "^3.12.0",
"sonner": "^1.5.0",
"streamdown": "^1.1.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"zod": "^3.25.68"
"zod": "^3.25.76"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",