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

@ -26,7 +26,7 @@
"cors": "2.8.5",
"google-spreadsheet": "4.1.1",
"got": "12.6.0",
"isolated-vm": "4.7.2",
"isolated-vm": "5.0.1",
"ky": "1.2.4",
"next": "14.1.0",
"nextjs-cors": "2.1.2",

View File

@ -10,3 +10,5 @@ const openApiDocument = generateOpenApiDocument(appRouter, {
})
writeFileSync('./openapi/viewer.json', JSON.stringify(openApiDocument, null, 2))
process.exit()