2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-01-21 13:24:23 +01:00
parent e64ab2a999
commit 04d206eab1
17 changed files with 894 additions and 1112 deletions

View File

@ -13,29 +13,29 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@sentry/nextjs": "7.30.0",
"@sentry/nextjs": "7.31.1",
"@trpc/server": "10.9.0",
"@typebot.io/react": "workspace:*",
"aws-sdk": "2.1295.0",
"aws-sdk": "2.1299.0",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"cuid": "2.1.8",
"db": "workspace:*",
"google-spreadsheet": "3.3.0",
"got": "12.5.3",
"next": "13.1.2",
"next": "13.1.4",
"nextjs-cors": "^2.1.2",
"nodemailer": "6.9.0",
"phone": "^3.1.32",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "11.6.0",
"stripe": "11.7.0",
"trpc-openapi": "1.1.1"
},
"devDependencies": {
"@babel/preset-env": "7.20.2",
"@faire/mjml-react": "3.0.2",
"@faire/mjml-react": "3.1.0",
"@playwright/test": "1.29.2",
"@types/cors": "2.8.13",
"@types/google-spreadsheet": "3.3.0",
@ -43,19 +43,19 @@
"@types/nodemailer": "6.4.7",
"@types/papaparse": "5.3.7",
"@types/qs": "6.9.7",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/sanitize-html": "2.8.0",
"cuid": "2.1.8",
"dotenv": "16.0.3",
"emails": "workspace:*",
"eslint": "8.31.0",
"eslint": "8.32.0",
"eslint-config-custom": "workspace:*",
"google-auth-library": "8.7.0",
"models": "workspace:*",
"next-transpile-modules": "10.0.0",
"node-fetch": "^3.3.0",
"papaparse": "5.3.2",
"superjson": "^1.12.1",
"superjson": "^1.12.2",
"tsconfig": "workspace:*",
"typescript": "4.9.4",
"utils": "workspace:*",