|
18 | 18 | "prettier": "prettier --write *.{js,json,css,md,ts,tsx}"
|
19 | 19 | },
|
20 | 20 | "jest": {
|
21 |
| - "mapCoverage": true, |
22 | 21 | "transform": {
|
23 | 22 | ".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
|
24 | 23 | },
|
|
32 | 31 | "author": "Mohsen Azimi <me@azimi.me>",
|
33 | 32 | "license": "Apache-2.0",
|
34 | 33 | "dependencies": {
|
35 |
| - "chalk": "^1.1.3", |
36 |
| - "commander": "^2.10.0", |
| 34 | + "chalk": "^2.4.1", |
| 35 | + "commander": "^2.15.1", |
37 | 36 | "detect-indent": "^5.0.0",
|
38 | 37 | "glob": "^7.1.2",
|
39 |
| - "lodash": "^4.17.4", |
40 |
| - "prettier": "^1.10.2", |
41 |
| - "typescript": "2.7" |
| 38 | + "lodash": "^4.17.10", |
| 39 | + "prettier": "^1.12.1", |
| 40 | + "typescript": "2.8.3" |
42 | 41 | },
|
43 | 42 | "devDependencies": {
|
44 |
| - "@types/chalk": "^0.4.31", |
| 43 | + "@types/chalk": "^2.2.0", |
45 | 44 | "@types/commander": "^2.9.1",
|
46 | 45 | "@types/detect-indent": "^5.0.0",
|
47 |
| - "@types/glob": "^5.0.30", |
48 |
| - "@types/jest": "^20.0.2", |
49 |
| - "@types/lodash": "^4.14.93", |
50 |
| - "@types/node": "^8.0.2", |
51 |
| - "@types/prettier": "^1.10.0", |
52 |
| - "@types/react": "^15.0.31", |
| 46 | + "@types/glob": "^5.0.35", |
| 47 | + "@types/jest": "^22.2.3", |
| 48 | + "@types/lodash": "^4.14.109", |
| 49 | + "@types/node": "^10.1.2", |
| 50 | + "@types/prettier": "^1.12.2", |
| 51 | + "@types/react": "^16.3.14", |
53 | 52 | "dedent": "^0.7.0",
|
54 | 53 | "husky": "^0.14.3",
|
55 |
| - "jest": "^20.0.4", |
56 |
| - "lint-staged": "^6.0.1", |
57 |
| - "ts-jest": "^20.0.6", |
58 |
| - "ts-node": "^3.1.0", |
59 |
| - "tslint": "^5.2.0" |
| 54 | + "jest": "^22.4.4", |
| 55 | + "lint-staged": "^7.1.1", |
| 56 | + "ts-jest": "^22.4.6", |
| 57 | + "ts-node": "^6.0.3", |
| 58 | + "tslint": "^5.10.0" |
60 | 59 | }
|
61 | 60 | }
|
0 commit comments