mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: update dependencies
This commit is contained in:
22
package.json
22
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user