Fixing Uploader build

This commit is contained in:
David Négrier 2020-12-11 12:37:11 +01:00
parent ea3aa3d128
commit 10e1400fc0
12 changed files with 41 additions and 1140 deletions

View file

@ -44,11 +44,13 @@
"iterall": "^1.3.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mkdirp": "^1.0.4",
"prom-client": "^12.0.0",
"query-string": "^6.13.3",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.8.3",
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0"
"uWebSockets.js": "uNetworking/uWebSockets.js#v18.5.0",
"uuidv4": "^6.0.7"
},
"devDependencies": {
"@types/busboy": "^0.2.3",
@ -59,6 +61,8 @@
"@types/jsonwebtoken": "^8.3.8",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@types/mkdirp": "^1.0.1",
"@types/uuidv4": "^5.0.0",
"eslint": "^6.8.0",
"jasmine": "^3.5.0"
}