ci: fix npm ci
This commit is contained in:
parent
58ca06d1e0
commit
65443bf040
3 changed files with 140 additions and 150 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue