fix: remove @types/chalk

Furthermore update dependencies.
This commit is contained in:
Karl-Philipp Wulfert
2019-03-25 12:28:53 +01:00
parent 6c6fc0d559
commit bf26effe68
2 changed files with 145 additions and 178 deletions

View File

@@ -23,23 +23,22 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"@types/chalk": "2.2.0",
"@types/node": "10.12.15",
"@types/node": "10.14.3",
"chalk": "2.4.2",
"commander": "2.19.0",
"tslint": "5.12.0",
"tslint": "5.14.0",
"tslint-eslint-rules": "5.4.0"
},
"peerDependencies": {
"typescript": "^3.2.2"
"typescript": "^3.3.4000"
},
"devDependencies": {
"conventional-changelog-cli": "2.0.11",
"conventional-changelog-cli": "2.0.12",
"prepend-file-cli": "1.0.6",
"rimraf": "2.6.2",
"ts-node": "7.0.1",
"typedoc": "0.13.0",
"typescript": "3.2.2"
"rimraf": "2.6.3",
"ts-node": "8.0.3",
"typedoc": "0.14.2",
"typescript": "3.3.4000"
},
"bin": {
"openstapps-configuration": "lib/cli.js"