Update to nextjs 12

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-17 22:28:31 +04:00
parent 1ff8b6793f
commit a359f8232f
4 changed files with 499 additions and 1045 deletions
+3 -2
View File
@@ -23,12 +23,13 @@
"lodash.uniq": "^4.5.0",
"material-auto-rotating-carousel": "^3.0.2",
"mongodb": "^3.6.9",
"next": "^11.0.0",
"next": "12",
"next-auth": "^3.23.0",
"next-pwa": "^5.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-swipeable-views": "^0.13.9"
"react-swipeable-views": "^0.13.9",
"sharp": "^0.29.3"
},
"devDependencies": {
"eslint": "^7.32.0",