refactor: update dependencies

This commit is contained in:
Rainer Killinger
2021-12-17 10:48:18 +01:00
parent 8b98b8afdc
commit bfe3faa01c
3 changed files with 55 additions and 179 deletions

View File

@@ -6,7 +6,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
"documentation": "typedoc --includeVersion --out docs --readme README.md --listInvalidSymbolLinks src",
"documentation": "typedoc --includeVersion --out docs --readme README.md --listInvalidSymbolLinks --entryPointStrategy expand src",
"postversion": "npm run changelog",
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
@@ -17,8 +17,8 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.7.0",
"@openstapps/core": "0.55.0",
"@openstapps/core-tools": "0.27.0",
"@openstapps/core": "0.56.0",
"@openstapps/core-tools": "0.28.0",
"@openstapps/logger": "0.8.0",
"@types/cli-progress": "3.9.2",
"@types/express": "4.17.13",
@@ -30,9 +30,9 @@
"body-parser": "1.19.1",
"cli-progress": "3.9.1",
"commander": "8.3.0",
"express": "4.17.1",
"express": "4.17.2",
"fast-clone": "1.5.13",
"got": "11.8.2",
"got": "11.8.3",
"json-schema": "0.4.0",
"moment": "2.29.1",
"morgan": "1.10.0",
@@ -48,6 +48,7 @@
"@types/chai-as-promised": "7.1.4",
"@types/chai-spies": "1.0.3",
"@types/fs-extra": "9.0.13",
"@types/json-schema": "7.0.9",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",