2
0

chore: upgrade packages

Also fixes sendEmail viewer e2e test
This commit is contained in:
Baptiste Arnaud
2022-08-29 08:51:45 +02:00
parent 43891b06aa
commit 57866c4aa3
11 changed files with 2585 additions and 1736 deletions

View File

@@ -13,7 +13,7 @@
},
"dependencies": {
"@sentry/nextjs": "7.11.1",
"aws-sdk": "2.1199.0",
"aws-sdk": "2.1204.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
@@ -26,29 +26,30 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.3.0"
"stripe": "10.6.0"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@playwright/test": "1.25.0",
"@playwright/test": "1.25.1",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.3",
"@types/papaparse": "5.3.4",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.30.1",
"google-auth-library": "^8.3.0",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.4.0",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "workspace:*"
}
}

View File

@@ -18,7 +18,6 @@ const mockSmtpCredentials: SmtpCredentialsData = {
},
host: 'smtp.ethereal.email',
port: 587,
isTlsEnabled: true,
username: 'kimberly.boyer36@ethereal.email',
password: '4jvjGUgxYKRjbk15tW',
}