refactor: update dependencies

This commit is contained in:
Rainer Killinger
2020-10-30 15:24:46 +01:00
parent 49ff960616
commit a87969813f
4 changed files with 382 additions and 578 deletions

View File

@@ -26,25 +26,25 @@
],
"license": "GPL-3.0-only",
"dependencies": {
"@types/node": "10.17.14",
"@types/semver": "7.1.0",
"@types/yaml": "1.2.0",
"chalk": "3.0.0",
"commander": "4.1.1",
"semver": "7.1.3",
"@types/node": "10.17.44",
"@types/semver": "7.3.4",
"@types/yaml": "1.9.7",
"chalk": "4.1.0",
"commander": "6.2.0",
"semver": "7.3.4",
"tslint": "6.1.3",
"tslint-eslint-rules": "5.4.0",
"yaml": "1.7.2"
"yaml": "1.10.0"
},
"devDependencies": {
"conventional-changelog-cli": "2.1.0",
"conventional-changelog-cli": "2.1.1",
"prepend-file-cli": "1.0.6",
"rimraf": "3.0.2",
"typedoc": "0.16.10",
"typescript": "3.7.5"
"typedoc": "0.18.0",
"typescript": "3.8.3"
},
"peerDependencies": {
"typescript": "^3.7.5"
"typescript": "^3.8.3"
},
"bin": {
"openstapps-configuration": "lib/cli.js"