Skip to content

Commit ec02400

Browse files
committed
chore: update pnpm-lock.yaml
1 parent 8b78b8a commit ec02400

File tree

2 files changed

+28
-41
lines changed

2 files changed

+28
-41
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
22
"name": "voltagent-example-with-client-side-tools",
3-
"private": true,
4-
"keywords": [
5-
"voltagent",
6-
"ai",
7-
"agent",
8-
"client-side-tools"
9-
],
10-
"license": "MIT",
113
"author": "",
12-
"scripts": {
13-
"build": "next build",
14-
"dev": "next dev",
15-
"start": "next start"
16-
},
174
"dependencies": {
18-
"@ai-sdk/openai": "^2.0.42",
19-
"@ai-sdk/react": "^2.0.60",
20-
"@libsql/client": "0.15.0",
5+
"@ai-sdk/openai": "^2.0.2",
6+
"@ai-sdk/react": "^2.0.8",
7+
"@libsql/client": "^0.15.0",
218
"@voltagent/core": "workspace:*",
229
"@voltagent/vercel-ai": "^1.0.0",
2310
"@voltagent/vercel-ui": "^1.0.1",
24-
"ai": "^5.0.60",
11+
"ai": "^5.0.12",
2512
"next": "15.3.1",
2613
"react": "^19.0.0",
2714
"react-dom": "^19.0.0",
2815
"zod": "^3.25.76"
2916
},
3017
"devDependencies": {
31-
"@types/node": "^22.13.5",
18+
"@types/node": "^24.2.1",
3219
"@types/react": "^19",
3320
"@types/react-dom": "^19",
3421
"typescript": "^5.8.2"
22+
},
23+
"keywords": [
24+
"agent",
25+
"ai",
26+
"client-side-tools",
27+
"voltagent"
28+
],
29+
"license": "MIT",
30+
"private": true,
31+
"scripts": {
32+
"build": "next build",
33+
"dev": "next dev",
34+
"start": "next start"
3535
}
3636
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)