build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-08-19 13:10:04 +02:00
parent 4f47409b54
commit 963b0f897c
2 changed files with 224 additions and 187 deletions

View File

@@ -17,15 +17,15 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/core": "0.24.0",
"@openstapps/core": "0.26.0",
"@openstapps/logger": "0.4.0",
"@types/cli-progress": "1.8.1",
"@types/node": "10.14.13",
"@types/node": "10.14.15",
"@types/request": "2.48.2",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.5",
"cli-progress": "2.1.1",
"commander": "2.20.0",
"cli-progress": "3.0.0",
"commander": "3.0.0",
"fast-clone": "1.5.13",
"moment": "2.24.0",
"request": "2.88.0",
@@ -35,24 +35,26 @@
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.21.1",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/chai-spies": "1.0.0",
"@types/chai": "4.2.0",
"@types/chai-as-promised": "7.1.2",
"@types/chai-spies": "1.0.1",
"@types/fs-extra": "^8.0.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.21",
"conventional-changelog-cli": "2.0.23",
"fs-extra": "^8.1.0",
"mocha": "6.2.0",
"mocha-typescript": "1.1.17",
"nock": "10.0.6",
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"rimraf": "3.0.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typedoc": "0.15.0",
"typescript": "3.5.3"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",