fix: update tslint dependencies

This commit is contained in:
Rainer Killinger
2019-04-01 14:05:07 +02:00
parent 5d1e79d487
commit bbe4fcac42
2 changed files with 49 additions and 78 deletions

View File

@@ -42,7 +42,7 @@
"ts-optchain": "0.1.2"
},
"devDependencies": {
"@openstapps/configuration": "0.7.0",
"@openstapps/configuration": "0.8.0",
"@openstapps/core-tools": "0.2.1",
"@openstapps/logger": "0.0.3",
"@types/chai": "4.1.7",
@@ -59,7 +59,7 @@
"nyc": "13.3.0",
"rimraf": "2.6.3",
"ts-node": "8.0.2",
"tslint": "5.12.1",
"tslint": "5.14.0",
"typedoc": "0.14.2",
"typescript": "3.3.3"
},