bump all versions

This commit is contained in:
Thomas Ruoff
2020-12-11 00:02:54 +01:00
parent 05ff9b4f93
commit cd9888a7bf
2 changed files with 133 additions and 155 deletions

View File

@@ -12,26 +12,26 @@
"dependencies": {
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.12",
"ics": "^2.26.1",
"mongoose": "^5.10.15",
"next": "^10.0.2",
"ics": "^2.26.2",
"mongoose": "^5.11.6",
"next": "^10.0.3",
"next-iron-session": "^4.1.10",
"p-retry": "^4.2.0",
"react": "^17.0.1",
"react-calendar": "^3.2.1",
"react-dom": "^17.0.1",
"ts-jest": "^26.4.4",
"uuid": "^8.3.1"
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/jest": "^26.0.15",
"@types/mongoose": "^5.10.1",
"@types/jest": "^26.0.19",
"@types/mongoose": "^5.10.2",
"@types/react": "^17.0.0",
"@types/react-calendar": "^3.1.2",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"postcss": "^8.1.10",
"postcss": "^8.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.9",