Skip to content

Commit 26990e3

Browse files
committed
fix: ai dependency version
1 parent 2048112 commit 26990e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-voltagent-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-voltagent-app",
33
"description": "Create VoltAgent applications with one command",
4-
"version": "0.2.16",
4+
"version": "0.2.17",
55
"bin": {
66
"create-voltagent": "./dist/index.js",
77
"create-voltagent-app": "./dist/index.js"

packages/create-voltagent-app/src/utils/dependency-installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const createBaseDependencyInstaller = async (
2727
const baseDependencies: Record<string, string> = {
2828
"@voltagent/core": "^2.0.0",
2929
"@voltagent/libsql": "^2.0.0",
30-
ai: "^5.0.12",
30+
ai: "^6.0.0",
3131
"@voltagent/cli": "^0.1.10",
3232
"@voltagent/logger": "^2.0.0",
3333
dotenv: "^16.4.7",

0 commit comments

Comments
 (0)