2
0

build: 📦️ Update packages

This commit is contained in:
Baptiste Arnaud
2022-05-13 09:18:25 -07:00
parent ddaaa68e28
commit 6c2986590b
32 changed files with 2994 additions and 3689 deletions

View File

@ -12,35 +12,35 @@
"test:open": "PWDEBUG=1 yarn playwright test"
},
"dependencies": {
"@sentry/nextjs": "^6.19.3",
"@sentry/nextjs": "^6.19.7",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"db": "*",
"google-spreadsheet": "^3.2.0",
"got": "^12.0.3",
"got": "^12.0.4",
"models": "*",
"next": "^12.1.4",
"nodemailer": "^6.7.3",
"next": "^12.1.6",
"nodemailer": "^6.7.5",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"sanitize-html": "^2.7.0",
"utils": "*"
},
"devDependencies": {
"@playwright/test": "^1.20.2",
"@playwright/test": "^1.22.0",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.2.0",
"@types/node": "^17.0.23",
"@types/google-spreadsheet": "^3.2.1",
"@types/node": "^17.0.33",
"@types/nodemailer": "^6.4.4",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.43",
"@types/react": "^18.0.9",
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"eslint": "<8.0.0",
"eslint-config-next": "12.1.4",
"eslint-config-next": "12.1.6",
"next-transpile-modules": "^9.0.0",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}