mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
refactor: update dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -25,26 +25,26 @@
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/node": "10.17.5",
|
||||
"@types/node": "10.17.14",
|
||||
"@types/semver": "6.2.0",
|
||||
"@types/yaml": "1.2.0",
|
||||
"chalk": "3.0.0",
|
||||
"commander": "4.0.1",
|
||||
"commander": "4.1.1",
|
||||
"semver": "6.3.0",
|
||||
"tslint": "5.20.1",
|
||||
"tslint-eslint-rules": "5.4.0",
|
||||
"yaml": "1.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.28",
|
||||
"conventional-changelog-cli": "2.0.31",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.0",
|
||||
"ts-node": "8.5.2",
|
||||
"rimraf": "3.0.1",
|
||||
"ts-node": "8.6.2",
|
||||
"typedoc": "0.15.3",
|
||||
"typescript": "3.7.2"
|
||||
"typescript": "3.7.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^3.7.2"
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
"bin": {
|
||||
"openstapps-configuration": "lib/cli.js"
|
||||
|
||||
Reference in New Issue
Block a user