mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
fix: remove @types/chalk
Furthermore update dependencies.
This commit is contained in:
17
package.json
17
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user