build: update dependencies

This commit is contained in:
Karl-Philipp Wulfert
2019-07-03 15:42:28 +02:00
parent 337ed38d9c
commit fd0bab6130
5 changed files with 67 additions and 33 deletions

View File

@@ -17,13 +17,13 @@
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@krlwlfrt/async-pool": "0.1.0",
"@openstapps/core": "0.21.0",
"@openstapps/core": "0.23.0",
"@openstapps/logger": "0.3.1",
"@types/cli-progress": "1.8.1",
"@types/node": "10.14.8",
"@types/node": "10.14.10",
"@types/request": "2.48.1",
"@types/traverse": "0.6.32",
"@types/uuid": "3.4.4",
"@types/uuid": "3.4.5",
"cli-progress": "2.1.1",
"commander": "2.20.0",
"moment": "2.24.0",
@@ -33,7 +33,7 @@
},
"license": "GPL-3.0-only",
"devDependencies": {
"@openstapps/configuration": "0.20.0",
"@openstapps/configuration": "0.21.0",
"@types/chai": "4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/chai-spies": "1.0.0",
@@ -49,10 +49,10 @@
"nyc": "14.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"ts-node": "8.2.0",
"tslint": "5.17.0",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typedoc": "0.14.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
@@ -64,7 +64,7 @@
"Roman Klopsch"
],
"peerDependencies": {
"@openstapps/core": "~0.21.0"
"@openstapps/core": "~0.23.0"
},
"repository": {
"type": "git",