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

@ -4,11 +4,11 @@
"license": "AGPL-3.0-or-later",
"private": true,
"dependencies": {
"@typebot.io/lib": "workspace:*",
"@typebot.io/forge": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@typebot.io/variables": "workspace:*",
"ai": "3.2.22",
"ky": "1.2.4",
"@typebot.io/tsconfig": "workspace:*"
"ai": "3.3.15",
"ky": "1.2.4"
}
}

View File

@ -13,27 +13,27 @@
"@typebot.io/emails": "workspace:*",
"@typebot.io/env": "workspace:*",
"@typebot.io/lib": "workspace:*",
"@typebot.io/logic": "workspace:*",
"@typebot.io/prisma": "workspace:*",
"@typebot.io/results": "workspace:*",
"@typebot.io/schemas": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"@typebot.io/variables": "workspace:*",
"@udecode/plate-common": "30.4.5",
"@typebot.io/logic": "workspace:*",
"ai": "3.2.22",
"ai": "3.3.15",
"chrono-node": "2.7.6",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.1.1",
"isolated-vm": "5.0.1",
"ky": "1.2.4",
"libphonenumber-js": "1.10.37",
"node-html-parser": "6.1.5",
"nodemailer": "6.9.8",
"openai": "4.47.1",
"qs": "6.11.2",
"stripe": "12.13.0",
"isolated-vm": "5.0.1"
"stripe": "12.13.0"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",

View File

@ -13,8 +13,8 @@
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@ai-sdk/ui-utils": "0.0.36",
"@ark-ui/solid": "3.3.0",
"@ai-sdk/ui-utils": "0.0.12",
"@stripe/stripe-js": "1.54.1",
"@udecode/plate-common": "30.4.5",
"dompurify": "3.0.6",
@ -28,6 +28,7 @@
"@rollup/plugin-babel": "6.0.3",
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-typescript": "11.1.2",
"@typebot.io/bot-engine": "workspace:*",
@ -49,7 +50,6 @@
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tailwindcss": "3.3.3",
"typescript": "5.4.5",
"@rollup/plugin-replace": "5.0.7"
"typescript": "5.4.5"
}
}

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:*",