2
0

⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)

Closes https://github.com/baptisteArno/typebot.io/issues/1554
This commit is contained in:
Baptiste Arnaud
2024-07-11 16:09:49 +02:00
committed by GitHub
parent c7263a17eb
commit 5a3fd84214
18 changed files with 14488 additions and 10916 deletions

View File

@ -33,7 +33,7 @@
"openai": "4.47.1",
"qs": "6.11.2",
"stripe": "12.13.0",
"isolated-vm": "4.7.2"
"isolated-vm": "5.0.1"
},
"devDependencies": {
"@typebot.io/forge": "workspace:*",

View File

@ -22,6 +22,9 @@ const indexConfig = {
format: 'es',
},
onwarn,
watch: {
clearScreen: false,
},
plugins: [
resolve({ extensions }),
babel({

View File

@ -18,6 +18,9 @@ const indexConfig = {
format: 'es',
},
external: ['next/dynamic', 'react', 'react/jsx-runtime'],
watch: {
clearScreen: false,
},
plugins: [
resolve({ extensions }),
babel({

View File

@ -18,6 +18,9 @@ const indexConfig = {
format: 'es',
},
external: ['react', 'react/jsx-runtime'],
watch: {
clearScreen: false,
},
plugins: [
resolve({ extensions }),
babel({

View File

@ -6,6 +6,6 @@
"dependencies": {
"@typebot.io/lib": "workspace:*",
"@typebot.io/tsconfig": "workspace:*",
"isolated-vm": "4.7.2"
"isolated-vm": "5.0.1"
}
}