Commit bf26effe authored by krlwlfrt's avatar krlwlfrt
Browse files

fix: remove @types/chalk

Furthermore update dependencies.
parent 6c6fc0d5
Loading
Loading
Loading
Loading
+137 −169

File changed.

Preview size limit exceeded, changes collapsed.

+8 −9
Original line number Diff line number Diff line
@@ -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"