fix(core): update

This commit is contained in:
2018-12-11 00:47:46 +01:00
parent a758196705
commit cbbb31e0e7
3 changed files with 543 additions and 85 deletions

View File

@@ -12,18 +12,18 @@
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@gitzone/tsbuild": "^2.1.3",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.10",
"@types/node": "^10.12.12",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0"
"tslint-config-prettier": "^1.17.0"
},
"dependencies": {
"@pushrocks/lik": "^3.0.1",
"@pushrocks/lik": "^3.0.2",
"@pushrocks/smartevent": "^2.0.3",
"@pushrocks/smartpromise": "^2.0.5",
"rxjs": "^6.3.3",
"smartevent": "^1.0.1"
"rxjs": "^6.3.3"
}
}