2
0

📦 Update packages

This commit is contained in:
Baptiste Arnaud
2022-09-12 07:29:36 +02:00
parent 4a04d1ccba
commit a262fc190e
15 changed files with 2625 additions and 3330 deletions

View File

@@ -12,44 +12,44 @@
"test:open": "PWDEBUG=1 pnpm playwright test"
},
"dependencies": {
"@sentry/nextjs": "7.11.1",
"aws-sdk": "2.1204.0",
"@sentry/nextjs": "7.12.1",
"aws-sdk": "2.1213.0",
"bot-engine": "*",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"db": "workspace:*",
"google-spreadsheet": "^3.3.0",
"got": "12.3.1",
"next": "12.2.5",
"got": "12.4.1",
"next": "12.3.0",
"nodemailer": "^6.7.8",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.1",
"stripe": "10.6.0"
"stripe": "10.8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.18.10",
"@playwright/test": "1.25.1",
"@babel/preset-env": "^7.19.0",
"@playwright/test": "1.25.2",
"@types/cors": "^2.8.12",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.7.13",
"@types/node": "18.7.16",
"@types/nodemailer": "6.4.5",
"@types/papaparse": "5.3.4",
"@types/papaparse": "5.3.5",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.17",
"@types/react": "^18.0.19",
"@types/sanitize-html": "2.6.2",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react": "^7.31.1",
"eslint-config-next": "12.3.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"google-auth-library": "^8.4.0",
"google-auth-library": "^8.5.1",
"models": "workspace:*",
"next-transpile-modules": "^9.0.0",
"papaparse": "^5.3.2",
"typescript": "^4.8.2",
"typescript": "^4.8.3",
"utils": "workspace:*"
}
}