fix(core): update

This commit is contained in:
2019-10-02 23:34:05 +02:00
parent 328007fd97
commit cf5a462bd0
10 changed files with 468 additions and 250 deletions

View File

@@ -15,12 +15,17 @@
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^4.0.6",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@bunq-community/bunq-js-client": "^0.42.1"
"@bunq-community/bunq-js-client": "^0.42.1",
"@pushrocks/smartcrypto": "^1.0.9",
"@pushrocks/smartfile": "^7.0.6",
"@pushrocks/smartpromise": "^3.0.6",
"json-store": "^1.0.0"
}
}