bump a few things

This commit is contained in:
Thomas Ruoff
2021-05-18 23:08:01 +02:00
parent 1548995968
commit 1166c795aa
2 changed files with 77 additions and 108 deletions

View File

@@ -10,24 +10,24 @@
"test": "jest"
},
"dependencies": {
"date-fns": "^2.21.1",
"date-fns": "^2.21.3",
"date-fns-tz": "^1.1.4",
"ics": "^2.27.0",
"mongoose": "^5.12.10",
"next": "^10.1.3",
"next": "^10.2.0",
"next-iron-session": "^4.1.13",
"next-mdx-remote": "^2.1.4",
"p-retry": "^4.5.0",
"react": "^17.0.2",
"react-calendar": "^3.4.0",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.5",
"ts-jest": "^26.5.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.3",
"@types/react": "^17.0.6",
"@types/react-calendar": "^3.1.6",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",