update all the things \o/

This commit is contained in:
Thomas Ruoff
2020-11-06 23:51:37 +01:00
parent 195da65cd9
commit e4e56ce96a
2 changed files with 1949 additions and 1035 deletions

2964
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,26 +12,26 @@
"dependencies": {
"date-fns": "^2.16.1",
"ics": "^2.26.1",
"mongoose": "^5.10.11",
"next": "^10.0.0",
"next-iron-session": "^4.1.9",
"mongoose": "^5.10.13",
"next": "^10.0.1",
"next-iron-session": "^4.1.10",
"react": "^17.0.1",
"react-calendar": "^3.1.0",
"react-calendar": "^3.2.0",
"react-dom": "^17.0.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/mongoose": "^5.7.36",
"@types/react": "^16.9.55",
"@types/mongoose": "^5.7.37",
"@types/react": "^16.9.56",
"@types/react-calendar": "^3.1.2",
"@types/uuid": "^8.3.0",
"babel-jest": "^26.6.1",
"jest": "^26.6.1",
"postcss-flexbugs-fixes": "^4.2.1",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.7",
"swr": "^0.3.8",
"tailwindcss": "^1.9.6",
"typescript": "^4.0.5"
}