refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-02-11 15:00:34 +01:00
parent 5456d4e7c0
commit 3196cd986e
15 changed files with 977 additions and 1323 deletions

View File

@@ -11,57 +11,57 @@
"prepublishOnly": "npm ci && npm run build",
"preversion": "npm run prepublishOnly",
"push": "git push && git push origin \"v$npm_package_version\"",
"test": "nyc mocha --ui mocha-typescript 'test/*.spec.ts'",
"test": "nyc mocha --require ts-node/register --ui mocha-typescript --recursive 'test/*.spec.ts'",
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
},
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.2.0",
"@openstapps/core": "0.31.0",
"@openstapps/core-tools": "0.11.0",
"@openstapps/core": "0.33.0",
"@openstapps/core-tools": "0.14.0",
"@openstapps/logger": "0.4.0",
"@types/cli-progress": "1.8.1",
"@types/express": "4.17.2",
"@types/morgan": "1.7.37",
"@types/node": "10.17.5",
"@types/request": "2.48.3",
"@types/node": "10.17.14",
"@types/request": "2.48.4",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.6",
"cli-progress": "3.4.0",
"commander": "3.0.1",
"@types/uuid": "3.4.7",
"cli-progress": "3.6.0",
"commander": "4.1.1",
"express": "4.17.1",
"fast-clone": "1.5.13",
"jsonschema": "1.2.4",
"jsonschema": "1.2.5",
"moment": "2.24.0",
"morgan": "1.9.1",
"request": "2.88.0",
"request": "2.88.2",
"traverse": "0.6.6",
"uuid": "3.3.3"
"uuid": "3.4.0"
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.21.1",
"@types/chai": "4.2.5",
"@openstapps/configuration": "0.23.0",
"@types/chai": "4.2.9",
"@types/chai-as-promised": "7.1.2",
"@types/chai-spies": "1.0.1",
"@types/fs-extra": "8.0.1",
"@types/fs-extra": "8.1.0",
"@types/mocha": "5.2.7",
"@types/nock": "10.0.3",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-spies": "1.0.0",
"conventional-changelog-cli": "2.0.28",
"conventional-changelog-cli": "2.0.31",
"fs-extra": "8.1.0",
"mocha": "6.2.2",
"mocha-typescript": "1.1.17",
"nock": "10.0.6",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.0",
"ts-node": "8.5.2",
"rimraf": "3.0.2",
"ts-node": "8.6.2",
"tslint": "5.20.1",
"typedoc": "0.15.3",
"typescript": "3.7.2"
"typescript": "3.7.5"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
@@ -74,7 +74,7 @@
"Wieland Schöbl <wulkanat@gmail.com>"
],
"peerDependencies": {
"@openstapps/core": "~0.31.0"
"@openstapps/core": "~0.33.0"
},
"repository": {
"type": "git",