Skip to content

Commit a2b9a79

Browse files
committed
updates
1 parent 63d0ba0 commit a2b9a79

File tree

3 files changed

+47
-72
lines changed

3 files changed

+47
-72
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"test": "export PLAYWRIGHT=True && pnpm exec playwright test"
1919
},
2020
"dependencies": {
21-
"@ai-sdk/gateway": "^1.0.15",
21+
"@ai-sdk/gateway": "^2.0.18",
2222
"@ai-sdk/provider": "2.0.0",
23-
"@ai-sdk/react": "2.0.26",
24-
"@ai-sdk/xai": "2.0.13",
23+
"@ai-sdk/react": "2.0.109",
24+
"@ai-sdk/xai": "2.0.39",
2525
"@codemirror/lang-javascript": "^6.2.2",
2626
"@codemirror/lang-python": "^6.1.6",
2727
"@codemirror/state": "^6.5.0",
@@ -38,7 +38,7 @@
3838
"@vercel/blob": "^0.24.1",
3939
"@vercel/functions": "^2.0.0",
4040
"@vercel/otel": "^1.12.0",
41-
"ai": "5.0.26",
41+
"ai": "5.0.108",
4242
"bcrypt-ts": "^5.0.2",
4343
"class-variance-authority": "^0.7.1",
4444
"classnames": "^2.5.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)