build: update dependencies

This commit is contained in:
Jovan Krunić
2019-06-03 11:25:25 +02:00
parent 4b5ce9cca5
commit c69c5ece6f
2 changed files with 27 additions and 19 deletions

View File

@@ -31,8 +31,8 @@
"@types/yaml": "1.0.2",
"chalk": "2.4.2",
"commander": "2.20.0",
"semver": "6.1.0",
"tslint": "5.16.0",
"semver": "6.1.1",
"tslint": "5.17.0",
"tslint-eslint-rules": "5.4.0",
"yaml": "1.6.0"
},
@@ -40,12 +40,12 @@
"conventional-changelog-cli": "2.0.21",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.3",
"ts-node": "8.1.0",
"ts-node": "8.2.0",
"typedoc": "0.14.2",
"typescript": "3.4.5"
"typescript": "3.5.1"
},
"peerDependencies": {
"typescript": "^3.4.0"
"typescript": "^3.5.1"
},
"bin": {
"openstapps-configuration": "lib/cli.js"