build: update the dependencies

This commit is contained in:
Michel Jonathan Schmitz
2019-02-07 16:04:38 +01:00
parent 713bda7e04
commit 99f3236c12
2 changed files with 224 additions and 321 deletions

View File

@@ -13,10 +13,10 @@
},
"description": "Node.js library to interact with the StApps backend service",
"dependencies": {
"@openstapps/core": "0.3.0",
"@openstapps/core": "0.6.0",
"@openstapps/logger": "0.0.5",
"@types/cli-progress": "1.8.0",
"@types/node": "10.12.18",
"@types/node": "10.12.21",
"@types/request": "2.48.1",
"@types/uuid": "3.4.4",
"async-pool-native": "0.1.0",
@@ -41,12 +41,12 @@
"mocha": "5.2.0",
"mocha-typescript": "1.1.17",
"nock": "10.0.6",
"nyc": "13.1.0",
"nyc": "13.2.0",
"source-map-support": "0.5.10",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"typedoc": "0.14.2",
"typescript": "3.2.4"
"typescript": "3.3.1"
},
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
"contributors": [
@@ -55,7 +55,7 @@
"Jovan Krunic <jovan.krunic@gmail.com>"
],
"peerDependencies": {
"@openstapps/core": "~0.3.0"
"@openstapps/core": "~0.6.0"
},
"repository": {
"type": "git",