⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2023-02-23 09:21:18 +01:00
parent bc47cc46c0
commit d2880cdf2d
18 changed files with 3060 additions and 2205 deletions

View File

@@ -13,42 +13,42 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@sentry/nextjs": "7.36.0",
"@trpc/server": "10.9.0",
"@sentry/nextjs": "7.38.0",
"@trpc/server": "10.12.0",
"@typebot.io/js": "workspace:*",
"@typebot.io/react": "workspace:*",
"aws-sdk": "2.1304.0",
"aws-sdk": "2.1321.0",
"bot-engine": "workspace:*",
"cors": "2.8.5",
"@paralleldrive/cuid2": "2.0.1",
"@paralleldrive/cuid2": "2.2.0",
"db": "workspace:*",
"google-spreadsheet": "3.3.0",
"got": "12.5.3",
"next": "13.1.6",
"nextjs-cors": "^2.1.2",
"nodemailer": "6.9.1",
"phone": "^3.1.32",
"phone": "^3.1.34",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "11.8.0",
"stripe": "11.11.0",
"trpc-openapi": "1.1.2"
},
"devDependencies": {
"@babel/preset-env": "7.20.2",
"@faire/mjml-react": "3.1.0",
"@playwright/test": "1.30.0",
"@faire/mjml-react": "3.1.1",
"@playwright/test": "1.31.1",
"@types/cors": "2.8.13",
"@types/google-spreadsheet": "3.3.0",
"@types/node": "18.11.18",
"@types/google-spreadsheet": "3.3.1",
"@types/node": "18.14.0",
"@types/nodemailer": "6.4.7",
"@types/papaparse": "5.3.7",
"@types/qs": "6.9.7",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/sanitize-html": "2.8.0",
"dotenv": "16.0.3",
"emails": "workspace:*",
"eslint": "8.32.0",
"eslint": "8.34.0",
"eslint-config-custom": "workspace:*",
"google-auth-library": "8.7.0",
"models": "workspace:*",
@@ -57,8 +57,8 @@
"papaparse": "5.3.2",
"superjson": "^1.12.2",
"tsconfig": "workspace:*",
"typescript": "4.9.4",
"typescript": "4.9.5",
"utils": "workspace:*",
"zod": "3.20.2"
"zod": "3.20.6"
}
}