2
0

⬆️ Upgrade dependencies

This commit is contained in:
Baptiste Arnaud
2022-12-18 11:50:56 +01:00
parent 8b631d77eb
commit f46ce4781f
14 changed files with 1045 additions and 929 deletions

View File

@@ -12,50 +12,50 @@
"test:report": "pnpm playwright show-report"
},
"dependencies": {
"@sentry/nextjs": "7.26.0",
"@trpc/server": "10.4.3",
"aws-sdk": "2.1267.0",
"@sentry/nextjs": "7.27.0",
"@trpc/server": "10.5.0",
"aws-sdk": "2.1277.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.0.6",
"next": "13.0.7",
"nextjs-cors": "^2.1.2",
"nodemailer": "6.8.0",
"qs": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"stripe": "11.1.0",
"stripe": "11.4.0",
"trpc-openapi": "1.0.0"
},
"devDependencies": {
"@babel/preset-env": "7.20.2",
"@faire/mjml-react": "3.0.0",
"@playwright/test": "1.28.1",
"@playwright/test": "1.29.0",
"@types/cors": "2.8.13",
"@types/google-spreadsheet": "3.3.0",
"@types/node": "18.11.10",
"@types/nodemailer": "6.4.6",
"@types/node": "18.11.17",
"@types/nodemailer": "6.4.7",
"@types/papaparse": "5.3.5",
"@types/qs": "6.9.7",
"@types/react": "18.0.26",
"@types/sanitize-html": "2.6.2",
"@types/sanitize-html": "2.8.0",
"dotenv": "16.0.3",
"cuid": "2.1.8",
"emails": "workspace:*",
"eslint": "8.29.0",
"eslint": "8.30.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.11.0",
"superjson": "^1.12.0",
"tsconfig": "workspace:*",
"typescript": "4.9.3",
"typescript": "4.9.4",
"utils": "workspace:*",
"zod": "3.19.1"
"zod": "3.20.2"
}
}

View File

@@ -8,13 +8,13 @@ import { getTestAsset } from '@/test/utils/playwright'
const mockSmtpCredentials: SmtpCredentialsData = {
from: {
email: 'marley.cummings@ethereal.email',
name: 'Marley Cummings',
email: 'timmy.schaden@ethereal.email',
name: 'Timmy Schaden',
},
host: 'smtp.ethereal.email',
port: 587,
username: 'marley.cummings@ethereal.email',
password: 'E5W1jHbAmv5cXXcut2',
username: 'timmy.schaden@ethereal.email',
password: 'u4vvSdyyvVsaVmJ27G',
}
test.beforeAll(async () => {