fix(core): update

This commit is contained in:
2019-09-25 15:28:39 +02:00
parent 0f34c5de55
commit 1cf78441e2
9 changed files with 604 additions and 511 deletions

View File

@ -13,15 +13,27 @@
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"@types/node": "^11.13.8",
"tslint": "^5.16.0",
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.13",
"@types/node": "^12.7.7",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/lik": "^3.0.5",
"rxjs": "^6.5.1"
}
"@pushrocks/lik": "^3.0.11",
"@pushrocks/smartpromise": "^3.0.5",
"rxjs": "^6.5.3"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}