2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-04-03 09:00:39 +02:00
parent d32afd8ba6
commit 21b1d74b7e
16 changed files with 5594 additions and 5071 deletions

View File

@@ -13,17 +13,17 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@sentry/nextjs": "7.44.1",
"@trpc/server": "10.16.0",
"@sentry/nextjs": "7.46.0",
"@trpc/server": "10.18.0",
"@typebot.io/js": "workspace:*",
"@typebot.io/react": "workspace:*",
"aws-sdk": "2.1334.0",
"aws-sdk": "2.1348.0",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"@typebot.io/prisma": "workspace:*",
"google-spreadsheet": "3.3.0",
"got": "12.6.0",
"libphonenumber-js": "1.10.21",
"libphonenumber-js": "1.10.24",
"next": "13.2.4",
"nextjs-cors": "2.1.2",
"nodemailer": "6.9.1",
@@ -31,33 +31,33 @@
"qs": "6.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "11.14.0",
"stripe": "11.17.0",
"trpc-openapi": "1.1.2"
},
"devDependencies": {
"@babel/preset-env": "7.20.2",
"@faire/mjml-react": "3.1.2",
"@babel/preset-env": "7.21.4",
"@faire/mjml-react": "3.2.0",
"@paralleldrive/cuid2": "2.2.0",
"@playwright/test": "1.31.2",
"@playwright/test": "1.32.1",
"@types/cors": "2.8.13",
"@types/google-spreadsheet": "3.3.1",
"@types/node": "18.15.3",
"@types/node": "18.15.11",
"@types/nodemailer": "6.4.7",
"@types/papaparse": "5.3.7",
"@types/qs": "6.9.7",
"@types/react": "18.0.28",
"@types/sanitize-html": "2.8.1",
"@types/react": "18.0.32",
"@types/sanitize-html": "2.9.0",
"dotenv": "16.0.3",
"@typebot.io/emails": "workspace:*",
"eslint": "8.36.0",
"eslint": "8.37.0",
"eslint-config-custom": "workspace:*",
"google-auth-library": "8.7.0",
"@typebot.io/schemas": "workspace:*",
"node-fetch": "3.3.1",
"papaparse": "5.4.0",
"papaparse": "5.4.1",
"superjson": "1.12.2",
"@typebot.io/tsconfig": "workspace:*",
"typescript": "4.9.5",
"typescript": "5.0.3",
"@typebot.io/lib": "workspace:*",
"zod": "3.21.4"
}