bump all version

This commit is contained in:
Thomas Ruoff
2020-10-08 22:46:46 +02:00
parent a0cf63dcdc
commit 306a5729fa
2 changed files with 815 additions and 832 deletions

1627
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,27 +11,27 @@
},
"dependencies": {
"date-fns": "^2.16.1",
"ics": "^2.24.0",
"mongoose": "^5.10.5",
"next": "^9.5.3",
"ics": "^2.25.0",
"mongoose": "^5.10.8",
"next": "^9.5.4",
"react": "16.13.1",
"react-calendar": "^3.1.0",
"react-dom": "16.13.1",
"uuid": "^8.3.0"
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.14",
"@types/mongoose": "^5.7.36",
"@types/react": "^16.9.49",
"@types/react": "^16.9.51",
"@types/react-calendar": "^3.1.1",
"@types/uuid": "^8.3.0",
"babel-jest": "^26.3.0",
"jest": "^26.4.2",
"babel-jest": "^26.5.2",
"jest": "^26.5.2",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"swr": "^0.3.2",
"tailwindcss": "^1.8.10",
"typescript": "^4.0.2"
"swr": "^0.3.5",
"tailwindcss": "^1.8.12",
"typescript": "^4.0.3"
}
}