Skip to content

Commit

Permalink
⬆️ Upgrade ai package
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Mar 14, 2024
1 parent 7e3c1e7 commit ff3807a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 48 deletions.
2 changes: 1 addition & 1 deletion apps/viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typebot.io/js": "workspace:*",
"@typebot.io/nextjs": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"ai": "3.0.7",
"ai": "3.0.12",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"google-spreadsheet": "4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typebot.io/tsconfig": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@udecode/plate-common": "30.4.5",
"ai": "3.0.7",
"ai": "3.0.12",
"chrono-node": "2.7.5",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/forge/blocks/anthropic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"@anthropic-ai/sdk": "^0.16.1",
"ai": "2.2.33"
"ai": "3.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/forge/blocks/mistral/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
},
"dependencies": {
"@mistralai/mistralai": "0.0.10",
"ai": "3.0.7"
"ai": "3.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/forge/blocks/openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Baptiste Arnaud",
"license": "ISC",
"dependencies": {
"ai": "3.0.7",
"ai": "3.0.12",
"openai": "4.28.4"
},
"devDependencies": {
Expand Down
55 changes: 12 additions & 43 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ff3807a

Please sign in to comment.