mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 11:12:52 +00:00
build: update dependencies
This commit is contained in:
28
package.json
28
package.json
@@ -26,26 +26,26 @@
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/node": "10.14.7",
|
||||
"@types/semver": "6.0.0",
|
||||
"@types/yaml": "1.0.2",
|
||||
"chalk": "2.4.2",
|
||||
"commander": "2.20.0",
|
||||
"semver": "6.1.1",
|
||||
"tslint": "5.17.0",
|
||||
"@types/node": "10.17.5",
|
||||
"@types/semver": "6.2.0",
|
||||
"@types/yaml": "1.2.0",
|
||||
"chalk": "3.0.0",
|
||||
"commander": "4.0.1",
|
||||
"semver": "6.3.0",
|
||||
"tslint": "5.20.1",
|
||||
"tslint-eslint-rules": "5.4.0",
|
||||
"yaml": "1.6.0"
|
||||
"yaml": "1.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"conventional-changelog-cli": "2.0.28",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.2.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.5.1"
|
||||
"rimraf": "3.0.0",
|
||||
"ts-node": "8.5.2",
|
||||
"typedoc": "0.15.3",
|
||||
"typescript": "3.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^3.5.1"
|
||||
"typescript": "^3.7.2"
|
||||
},
|
||||
"bin": {
|
||||
"openstapps-configuration": "lib/cli.js"
|
||||
|
||||
Reference in New Issue
Block a user