|
16 | 16 | "electron-docs-parser": "./dist/bin.js"
|
17 | 17 | },
|
18 | 18 | "devDependencies": {
|
19 |
| - "@continous-auth/semantic-release-npm": "1.0.3", |
20 |
| - "@types/chai": "^4.1.7", |
21 |
| - "@types/fs-extra": "^5.0.5", |
22 |
| - "@types/jest": "^24.0.11", |
| 19 | + "@continuous-auth/semantic-release-npm": "2.0.0", |
| 20 | + "@types/chai": "^4.2.5", |
| 21 | + "@types/fs-extra": "^8.0.1", |
| 22 | + "@types/jest": "^24.0.23", |
23 | 23 | "@types/lodash.camelcase": "^4.3.6",
|
24 | 24 | "@types/minimist": "^1.2.0",
|
25 |
| - "@types/pretty-ms": "^4.0.0", |
26 |
| - "jest": "^24.7.1", |
27 |
| - "prettier": "^1.17.0", |
28 |
| - "semantic-release": "^15.13.3", |
29 |
| - "ts-jest": "^24.0.2", |
30 |
| - "typescript": "^3.5.1" |
| 25 | + "@types/pretty-ms": "^5.0.1", |
| 26 | + "jest": "^24.9.0", |
| 27 | + "prettier": "^1.19.1", |
| 28 | + "semantic-release": "^15.13.31", |
| 29 | + "ts-jest": "^24.2.0", |
| 30 | + "typescript": "^3.7.2" |
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 |
| - "@types/markdown-it": "^0.0.7", |
| 33 | + "@types/markdown-it": "^0.0.9", |
34 | 34 | "chai": "^4.2.0",
|
35 |
| - "chalk": "^2.4.2", |
36 |
| - "fs-extra": "^7.0.1", |
| 35 | + "chalk": "^3.0.0", |
| 36 | + "fs-extra": "^8.1.0", |
37 | 37 | "lodash.camelcase": "^4.3.0",
|
38 |
| - "markdown-it": "^8.4.2", |
| 38 | + "markdown-it": "^10.0.0", |
39 | 39 | "minimist": "^1.2.0",
|
40 |
| - "ora": "^3.4.0", |
41 |
| - "pretty-ms": "^5.0.0" |
| 40 | + "ora": "^4.0.3", |
| 41 | + "pretty-ms": "^5.1.0" |
| 42 | + }, |
| 43 | + "resolutions": { |
| 44 | + "fsevents": "2.1.2" |
42 | 45 | }
|
43 | 46 | }
|
0 commit comments