ci: fix npm ci (#27)

This commit is contained in:
Axel Cocat 2022-06-27 23:43:46 +02:00 committed by GitHub
parent 58ca06d1e0
commit dc1af0802f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 140 additions and 150 deletions

View file

@ -26,10 +26,10 @@
"@types/node-fetch": "^2.6.2",
"@types/pako": "^2.0.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"concurrently": "^7.2.2",
"eslint": "^8.18.0",
"nodemon": "^2.0.16",
"nodemon": "^2.0.18",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
@ -37,12 +37,11 @@
"dependencies": {
"@supercharge/promise-pool": "^2.3.0",
"camelcase": "^6.3.0",
"cli-progress": "^3.11.1",
"cli-progress": "^3.11.2",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-handlebars": "^6.0.6",
"glob": "^8.0.3",
"glob-promise": "^4.2.2",
"handlebars-helpers": "^0.9.8",
"html-entities": "^2.3.3",
"mkdirp": "^1.0.4",
@ -53,6 +52,6 @@
"pretty-ms": "^7.0.1",
"source-map-support": "^0.5.21",
"uuid": "^8.3.2",
"winston": "^3.7.2"
"winston": "^3.8.0"
}
}