upgrade all packages

This commit is contained in:
Thomas Ruoff
2020-12-23 16:49:23 +01:00
parent 89e0993618
commit 01dbe7a7bb
2 changed files with 166 additions and 256 deletions

View File

@@ -13,8 +13,8 @@
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"ics": "^2.26.2",
"mongoose": "^5.11.6",
"next": "^10.0.3",
"mongoose": "^5.11.8",
"next": "^10.0.4",
"next-iron-session": "^4.1.10",
"p-retry": "^4.2.0",
"react": "^17.0.1",
@@ -26,7 +26,7 @@
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.19",
"@types/mongoose": "^5.10.2",
"@types/mongoose": "^5.10.3",
"@types/react": "^17.0.0",
"@types/react-calendar": "^3.1.2",
"@types/uuid": "^8.3.0",
@@ -34,9 +34,9 @@
"postcss": "^8.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.9",
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2"
"swr": "^0.3.11",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
},
"jest": {
"transform": {