|
6 | 6 | "bugs": "https://github.com/oclif/plugin-help/issues", |
7 | 7 | "dependencies": { |
8 | 8 | "@oclif/command": "^1.4.13", |
9 | | - "chalk": "^2.3.2", |
| 9 | + "chalk": "^2.4.0", |
10 | 10 | "indent-string": "^3.2.0", |
11 | 11 | "lodash.template": "^4.4.0", |
12 | 12 | "string-width": "^2.1.1", |
13 | 13 | "widest-line": "^2.0.0", |
14 | 14 | "wrap-ansi": "^3.0.1" |
15 | 15 | }, |
16 | 16 | "devDependencies": { |
17 | | - "@oclif/config": "^1.6.2", |
18 | | - "@oclif/dev-cli": "^1.12.1", |
| 17 | + "@oclif/config": "^1.6.6", |
| 18 | + "@oclif/dev-cli": "^1.13.3", |
19 | 19 | "@oclif/errors": "^1.0.4", |
20 | | - "@oclif/plugin-legacy": "^1.0.9", |
21 | | - "@oclif/plugin-plugins": "^1.0.8", |
22 | | - "@oclif/test": "^1.0.4", |
| 20 | + "@oclif/plugin-legacy": "^1.0.11", |
| 21 | + "@oclif/plugin-plugins": "^1.0.9", |
| 22 | + "@oclif/test": "^1.0.5", |
23 | 23 | "@oclif/tslint": "^1.1.0", |
24 | | - "@types/chai": "^4.1.2", |
| 24 | + "@types/chai": "^4.1.3", |
25 | 25 | "@types/indent-string": "^3.0.0", |
26 | 26 | "@types/lodash.template": "^4.4.3", |
27 | | - "@types/mocha": "^5.0.0", |
28 | | - "@types/node": "^9.6.2", |
| 27 | + "@types/mocha": "^5.2.0", |
| 28 | + "@types/node": "^9.6.6", |
29 | 29 | "@types/strip-ansi": "^3.0.0", |
30 | 30 | "@types/wrap-ansi": "^3.0.0", |
31 | 31 | "chai": "^4.1.2", |
32 | 32 | "concurrently": "^3.5.1", |
33 | 33 | "globby": "^8.0.1", |
34 | | - "mocha": "^5.0.5", |
| 34 | + "mocha": "^5.1.1", |
35 | 35 | "strip-ansi": "^4.0.0", |
36 | | - "ts-node": "^5.0.1", |
| 36 | + "ts-node": "^6.0.0", |
37 | 37 | "tslint": "^5.9.1", |
38 | | - "typescript": "^2.8.1" |
| 38 | + "typescript": "^2.8.3" |
39 | 39 | }, |
40 | 40 | "engines": { |
41 | 41 | "node": ">=8.0.0" |
|
0 commit comments