fix most type errors

still have a few things outstanding
This commit is contained in:
Thomas Ruoff
2020-08-28 00:29:20 +02:00
committed by Thomas Ruoff
parent c3d8c6f3e0
commit 90ac05a907
16 changed files with 279 additions and 96 deletions

View File

@@ -10,6 +10,8 @@
"test:ci": "jest"
},
"dependencies": {
"@types/mongoose": "^5.7.36",
"@types/uuid": "^8.3.0",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"next": "^9.5.2",
@@ -21,6 +23,7 @@
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/react": "^16.9.48",
"babel-jest": "^26.3.0",
"eslint": "^7.6.0",