fix(core): update

This commit is contained in:
2019-04-16 10:21:11 +02:00
parent e6e6d86c15
commit 9e18e2089f
12 changed files with 1345 additions and 436 deletions

View File

@@ -12,11 +12,14 @@
"build": "(npmts)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1"
"@gitzone/tsrun": "^1.2.5",
"@pushrocks/tapbundle": "^3.0.9"
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"speedtest-net": "^1.4.3"
"@pushrocks/smartpromise": "^3.0.2",
"@pushrocks/smartstring": "^3.0.10",
"@types/portscanner": "^2.1.0",
"portscanner": "^2.2.0",
"speedtest-net": "^1.5.1"
}
}