|
1 | 1 | { |
2 | 2 | "name": "typedoc", |
3 | 3 | "description": "Create api documentation for TypeScript projects.", |
4 | | - "version": "0.17.0", |
| 4 | + "version": "0.17.1", |
5 | 5 | "homepage": "https://typedoc.org", |
6 | 6 | "main": "dist/index.js", |
7 | 7 | "typings": "dist/index.d.ts", |
|
21 | 21 | }, |
22 | 22 | "dependencies": { |
23 | 23 | "fs-extra": "^8.1.0", |
24 | | - "handlebars": "^4.7.2", |
25 | | - "highlight.js": "^9.17.1", |
| 24 | + "handlebars": "^4.7.3", |
| 25 | + "highlight.js": "^9.18.1", |
26 | 26 | "lodash": "^4.17.15", |
27 | 27 | "marked": "^0.8.0", |
28 | 28 | "minimatch": "^3.0.0", |
|
34 | 34 | "typescript": ">=3.8.3" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@types/minimatch": "3.0.3", |
38 | | - "@types/fs-extra": "^8.0.1", |
| 37 | + "@types/fs-extra": "^8.1.0", |
39 | 38 | "@types/lodash": "^4.14.149", |
40 | | - "@types/marked": "^0.7.2", |
| 39 | + "@types/marked": "^0.7.3", |
| 40 | + "@types/minimatch": "3.0.3", |
41 | 41 | "@types/mocha": "^5.2.7", |
42 | 42 | "@types/mockery": "^1.4.29", |
43 | | - "@types/node": "^13.1.6", |
| 43 | + "@types/node": "^13.9.1", |
44 | 44 | "@types/shelljs": "^0.8.6", |
45 | | - "mocha": "^7.0.0", |
| 45 | + "mocha": "^7.1.0", |
46 | 46 | "mockery": "^2.1.0", |
47 | 47 | "nyc": "15.0.0", |
48 | 48 | "tslint": "^5.20.1", |
|
0 commit comments