|
4 | 4 | "version": "24.1.0", |
5 | 5 | "main": "build/jest.js", |
6 | 6 | "dependencies": { |
| 7 | + "@jest/reporters": "^24.1.0", |
7 | 8 | "ansi-escapes": "^3.0.0", |
8 | 9 | "chalk": "^2.0.1", |
9 | 10 | "exit": "^0.1.2", |
10 | 11 | "glob": "^7.1.2", |
11 | 12 | "graceful-fs": "^4.1.15", |
12 | 13 | "import-local": "^2.0.0", |
13 | 14 | "is-ci": "^2.0.0", |
14 | | - "istanbul-api": "^2.0.8", |
15 | | - "istanbul-lib-coverage": "^2.0.2", |
16 | | - "istanbul-lib-instrument": "^3.0.1", |
17 | | - "istanbul-lib-source-maps": "^3.0.1", |
18 | 15 | "jest-changed-files": "^24.0.0", |
19 | 16 | "jest-config": "^24.1.0", |
20 | 17 | "jest-environment-jsdom": "^24.0.0", |
|
29 | 26 | "jest-util": "^24.0.0", |
30 | 27 | "jest-validate": "^24.0.0", |
31 | 28 | "jest-watcher": "^24.0.0", |
32 | | - "jest-worker": "^24.0.0", |
33 | 29 | "micromatch": "^3.1.10", |
34 | | - "node-notifier": "^5.2.1", |
35 | 30 | "p-each-series": "^1.0.0", |
36 | 31 | "pirates": "^4.0.0", |
37 | 32 | "prompts": "^2.0.1", |
38 | 33 | "realpath-native": "^1.1.0", |
39 | 34 | "rimraf": "^2.5.4", |
40 | | - "slash": "^2.0.0", |
41 | 35 | "string-length": "^2.0.0", |
42 | 36 | "strip-ansi": "^5.0.0", |
43 | 37 | "which": "^1.2.12", |
|
49 | 43 | "@types/glob": "^7.1.1", |
50 | 44 | "@types/graceful-fs": "^4.1.2", |
51 | 45 | "@types/is-ci": "^1.1.0", |
52 | | - "@types/istanbul-lib-coverage": "^1.1.0", |
53 | | - "@types/istanbul-lib-instrument": "^1.7.2", |
54 | | - "@types/istanbul-lib-source-maps": "^1.2.1", |
55 | 46 | "@types/micromatch": "^3.1.0", |
56 | | - "@types/node-notifier": "^0.0.28", |
57 | 47 | "@types/prompts": "^1.2.0", |
58 | 48 | "@types/rimraf": "^2.0.2", |
59 | 49 | "@types/string-length": "^2.0.0", |
| 50 | + "@types/strip-ansi": "^3.0.0", |
60 | 51 | "@types/which": "^1.3.1", |
61 | 52 | "@types/yargs": "^12.0.2" |
62 | 53 | }, |
|
0 commit comments