upgrade nextjs 10 and react 17

This commit is contained in:
Thomas Ruoff
2020-10-28 23:45:42 +01:00
parent e6c6fc72a7
commit d41bad0367
2 changed files with 1608 additions and 857 deletions

View File

@@ -13,11 +13,11 @@
"date-fns": "^2.16.1",
"ics": "^2.25.0",
"mongoose": "^5.10.8",
"next": "^9.5.4",
"next": "^10.0.0",
"next-iron-session": "^4.1.9",
"react": "16.13.1",
"react": "^17.0.1",
"react-calendar": "^3.1.0",
"react-dom": "16.13.1",
"react-dom": "^17.0.1",
"uuid": "^8.3.1"
},
"devDependencies": {