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