build: update dependencies

Fixes #7
This commit is contained in:
Karl-Philipp Wulfert
2019-04-08 11:10:00 +02:00
parent fa66a3abc1
commit 497db2cd07
2 changed files with 108 additions and 1230 deletions

1326
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,8 @@
}, },
"description": "Node.js library to interact with the StApps backend service", "description": "Node.js library to interact with the StApps backend service",
"dependencies": { "dependencies": {
"@krlwlfrt/async-pool": "0.0.2", "@krlwlfrt/async-pool": "0.0.3",
"@openstapps/core": "0.13.0", "@openstapps/core": "0.14.0",
"@openstapps/logger": "0.0.5", "@openstapps/logger": "0.0.5",
"@types/cli-progress": "1.8.1", "@types/cli-progress": "1.8.1",
"@types/node": "10.14.4", "@types/node": "10.14.4",
@@ -22,7 +22,7 @@
"@types/traverse": "0.6.32", "@types/traverse": "0.6.32",
"@types/uuid": "3.4.4", "@types/uuid": "3.4.4",
"cli-progress": "2.1.1", "cli-progress": "2.1.1",
"commander": "2.19.0", "commander": "2.20.0",
"moment": "2.24.0", "moment": "2.24.0",
"request": "2.88.0", "request": "2.88.0",
"traverse": "0.6.6", "traverse": "0.6.6",
@@ -40,7 +40,7 @@
"chai-as-promised": "7.1.1", "chai-as-promised": "7.1.1",
"chai-spies": "1.0.0", "chai-spies": "1.0.0",
"conventional-changelog-cli": "2.0.12", "conventional-changelog-cli": "2.0.12",
"mocha": "6.0.2", "mocha": "6.1.1",
"mocha-typescript": "1.1.17", "mocha-typescript": "1.1.17",
"nock": "10.0.6", "nock": "10.0.6",
"nyc": "13.3.0", "nyc": "13.3.0",
@@ -49,7 +49,7 @@
"ts-node": "8.0.3", "ts-node": "8.0.3",
"tslint": "5.15.0", "tslint": "5.15.0",
"typedoc": "0.14.2", "typedoc": "0.14.2",
"typescript": "3.4.1" "typescript": "3.4.2"
}, },
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>", "author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [ "contributors": [
@@ -58,7 +58,7 @@
"Jovan Krunic <jovan.krunic@gmail.com>" "Jovan Krunic <jovan.krunic@gmail.com>"
], ],
"peerDependencies": { "peerDependencies": {
"@openstapps/core": "~0.13.0" "@openstapps/core": "~0.14.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",