fix(core): update dependencies and bonsai.io compatibility

This commit is contained in:
2018-11-03 20:01:39 +01:00
parent 78f03ce6a2
commit 5945f1f535
7 changed files with 233 additions and 62 deletions

View File

@@ -14,15 +14,18 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^2.0.2",
"@pushrocks/tapbundle": "^3.0.7"
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.12.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartlog-interfaces": "^1.0.9",
"@types/elasticsearch": "^5.0.26",
"elasticsearch": "^15.1.1"
"@pushrocks/smartlog-interfaces": "^1.0.15",
"@types/elasticsearch": "^5.0.28",
"elasticsearch": "^15.2.0"
}
}