2
0

⬆️ Upgrade ai package

This commit is contained in:
Baptiste Arnaud
2024-08-22 14:36:40 +02:00
parent 53104a4a5e
commit 77614f671f
11 changed files with 166 additions and 104 deletions

View File

@@ -16,9 +16,9 @@
},
"dependencies": {
"@ai-sdk/anthropic": "0.0.30",
"@typebot.io/openai-block": "workspace:*",
"ai": "3.2.22",
"@typebot.io/ai": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"ai": "3.3.15",
"ky": "1.2.4"
}
}

View File

@@ -14,6 +14,6 @@
"typescript": "5.4.5"
},
"dependencies": {
"ai": "3.2.22"
"ai": "3.3.15"
}
}

View File

@@ -15,9 +15,9 @@
},
"dependencies": {
"@ai-sdk/mistral": "0.0.22",
"@typebot.io/ai": "workspace:*",
"@typebot.io/openai-block": "workspace:*",
"ai": "3.2.22",
"ky": "1.2.4",
"@typebot.io/ai": "workspace:*"
"ai": "3.3.15",
"ky": "1.2.4"
}
}

View File

@@ -8,9 +8,9 @@
"license": "AGPL-3.0-or-later",
"dependencies": {
"@ai-sdk/openai": "0.0.36",
"ai": "3.2.22",
"openai": "4.52.7",
"@typebot.io/ai": "workspace:*"
"@typebot.io/ai": "workspace:*",
"ai": "3.3.15",
"openai": "4.52.7"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",