⬆️ Upgrade pnpm, turbo, isolated-vm (#1609)
Closes https://github.com/baptisteArno/typebot.io/issues/1554
This commit is contained in:
@ -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:*",
|
||||
|
@ -22,6 +22,9 @@ const indexConfig = {
|
||||
format: 'es',
|
||||
},
|
||||
onwarn,
|
||||
watch: {
|
||||
clearScreen: false,
|
||||
},
|
||||
plugins: [
|
||||
resolve({ extensions }),
|
||||
babel({
|
||||
|
@ -18,6 +18,9 @@ const indexConfig = {
|
||||
format: 'es',
|
||||
},
|
||||
external: ['next/dynamic', 'react', 'react/jsx-runtime'],
|
||||
watch: {
|
||||
clearScreen: false,
|
||||
},
|
||||
plugins: [
|
||||
resolve({ extensions }),
|
||||
babel({
|
||||
|
@ -18,6 +18,9 @@ const indexConfig = {
|
||||
format: 'es',
|
||||
},
|
||||
external: ['react', 'react/jsx-runtime'],
|
||||
watch: {
|
||||
clearScreen: false,
|
||||
},
|
||||
plugins: [
|
||||
resolve({ extensions }),
|
||||
babel({
|
||||
|
@ -6,6 +6,6 @@
|
||||
"dependencies": {
|
||||
"@typebot.io/lib": "workspace:*",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"isolated-vm": "4.7.2"
|
||||
"isolated-vm": "5.0.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user