|
30 | 30 | "node": ">= 6.0.0"
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 |
| - "@types/fs-extra": "5.0.1", |
34 |
| - "@types/handlebars": "4.0.36", |
35 |
| - "@types/highlight.js": "9.12.2", |
36 |
| - "@types/lodash": "4.14.104", |
37 |
| - "@types/marked": "0.3.0", |
| 33 | + "@types/fs-extra": "^5.0.3", |
| 34 | + "@types/handlebars": "^4.0.38", |
| 35 | + "@types/highlight.js": "^9.12.3", |
| 36 | + "@types/lodash": "^4.14.110", |
| 37 | + "@types/marked": "^0.4.0", |
38 | 38 | "@types/minimatch": "3.0.3",
|
39 |
| - "@types/shelljs": "0.7.8", |
40 |
| - "fs-extra": "^5.0.0", |
| 39 | + "@types/shelljs": "^0.8.0", |
| 40 | + "fs-extra": "^7.0.0", |
41 | 41 | "handlebars": "^4.0.6",
|
42 | 42 | "highlight.js": "^9.0.0",
|
43 |
| - "lodash": "^4.17.5", |
44 |
| - "marked": "^0.3.17", |
| 43 | + "lodash": "^4.17.10", |
| 44 | + "marked": "^0.4.0", |
45 | 45 | "minimatch": "^3.0.0",
|
46 | 46 | "progress": "^2.0.0",
|
47 |
| - "shelljs": "^0.8.1", |
| 47 | + "shelljs": "^0.8.2", |
48 | 48 | "typedoc-default-themes": "^0.5.0",
|
49 |
| - "typescript": "2.7.2" |
| 49 | + "typescript": "3.0.x" |
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@types/mocha": "2.2.48", |
| 52 | + "@types/mocha": "^5.2.4", |
53 | 53 | "@types/mockery": "^1.4.29",
|
54 |
| - "grunt": "^1.0.2", |
| 54 | + "grunt": "^1.0.3", |
55 | 55 | "grunt-cli": "^1.2.0",
|
56 | 56 | "grunt-contrib-clean": "^1.0.0",
|
57 | 57 | "grunt-contrib-copy": "^1.0.0",
|
58 |
| - "grunt-contrib-watch": "^1.0.0", |
| 58 | + "grunt-contrib-watch": "^1.1.0", |
59 | 59 | "grunt-mocha-istanbul": "^5.0.1",
|
60 | 60 | "grunt-string-replace": "^1.2.0",
|
61 |
| - "grunt-ts": "^5.5.1", |
62 |
| - "grunt-tslint": "^5.0.1", |
| 61 | + "grunt-ts": "^6.0.0-beta.21", |
| 62 | + "grunt-tslint": "^5.0.2", |
63 | 63 | "istanbul": "^0.4.1",
|
64 |
| - "mocha": "^5.0.4", |
| 64 | + "mocha": "^5.2.0", |
65 | 65 | "mockery": "^2.1.0",
|
66 | 66 | "ts-node": "^7.0.0",
|
67 |
| - "tslint": "^5.9.1" |
| 67 | + "tslint": "^5.10.0" |
68 | 68 | },
|
69 | 69 | "files": [
|
70 | 70 | "bin",
|
|
74 | 74 | "LICENSE"
|
75 | 75 | ],
|
76 | 76 | "scripts": {
|
77 |
| - "test": "mocha -t 10000 dist/test", |
| 77 | + "test": "mocha -t 10000 --exit dist/test", |
78 | 78 | "build": "grunt build_and_test",
|
79 | 79 | "prepublish": "npm run build",
|
80 |
| - "grunt": "grunt" |
| 80 | + "grunt": "grunt", |
| 81 | + "clean": "rm -rf node_modules package-lock.json lib coverage .tscache" |
81 | 82 | },
|
82 | 83 | "keywords": [
|
83 | 84 | "typescript",
|
|
0 commit comments