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

@@ -12,8 +12,8 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@chakra-ui/css-reset": "2.0.3",
"@chakra-ui/react": "^2.2.8",
"@chakra-ui/css-reset": "2.0.5",
"@chakra-ui/react": "^2.2.9",
"@codemirror/lang-css": "^6.0.0",
"@codemirror/lang-html": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
@@ -39,7 +39,7 @@
"@udecode/plate-serializer-html": "16.3.0",
"@udecode/plate-ui-link": "16.3.0",
"@udecode/plate-ui-toolbar": "16.3.0",
"aws-sdk": "2.1199.0",
"aws-sdk": "2.1204.0",
"bot-engine": "workspace:*",
"browser-image-compression": "^2.0.0",
"canvas-confetti": "^1.5.1",
@@ -49,8 +49,8 @@
"dequal": "^2.0.3",
"emojilib": "3.0.7",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.0",
"google-auth-library": "^8.3.0",
"framer-motion": "7.2.1",
"google-auth-library": "^8.4.0",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"htmlparser2": "^8.0.1",
@@ -60,7 +60,7 @@
"kbar": "^0.1.0-beta.36",
"micro": "9.4.1",
"micro-cors": "^0.1.1",
"minio": "7.0.30",
"minio": "7.0.32",
"next": "12.2.5",
"next-auth": "4.10.3",
"nodemailer": "^6.7.8",
@@ -71,45 +71,44 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"slate": "0.82.0",
"slate": "0.82.1",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "0.82.0",
"stripe": "10.3.0",
"slate-react": "0.82.1",
"stripe": "10.6.0",
"styled-components": "^5.3.5",
"svg-round-corners": "^0.3.0",
"swr": "^1.3.0",
"tinycolor2": "^1.4.2",
"typebot-js": "workspace:*",
"use-debounce": "8.0.3"
"use-debounce": "8.0.4"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@chakra-ui/styled-system": "^2.2.7",
"@playwright/test": "1.25.0",
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@playwright/test": "1.25.1",
"@types/canvas-confetti": "^1.4.3",
"@types/google-spreadsheet": "^3.3.0",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/micro-cors": "^0.1.2",
"@types/minio": "^7.0.13",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/nodemailer": "6.4.5",
"@types/nprogress": "^0.2.0",
"@types/papaparse": "5.3.3",
"@types/papaparse": "5.3.4",
"@types/prettier": "2.7.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react-table": "^7.7.12",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"db": "workspace:*",
"dotenv": "^16.0.1",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.1",
"models": "workspace:*",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"utils": "workspace:*"
}
}

View File

@@ -8,14 +8,14 @@
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icon": "^3.0.8",
"@chakra-ui/react": "2.2.8",
"@chakra-ui/icon": "^3.0.9",
"@chakra-ui/react": "2.2.9",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"aos": "^2.3.4",
"bot-engine": "*",
"focus-visible": "^5.2.0",
"framer-motion": "7.2.0",
"framer-motion": "7.2.1",
"models": "*",
"next": "12.2.5",
"react": "18.2.0",
@@ -23,17 +23,17 @@
"utils": "*"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@chakra-ui/styled-system": "^2.2.7",
"@babel/core": "7.18.13",
"@chakra-ui/styled-system": "^2.2.8",
"@next/bundle-analyzer": "12.2.5",
"@types/aos": "^3.0.4",
"@types/node": "18.7.8",
"@types/node": "18.7.13",
"@types/react": "^18.0.17",
"autoprefixer": "10.4.8",
"cross-env": "^7.0.3",
"eslint": "8.22.0",
"eslint": "8.23.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"typescript": "^4.7.4"
"typescript": "^4.8.2"
}
}

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',
}