|
1 | 1 | { |
2 | 2 | "name": "jest-cli", |
3 | 3 | "description": "Delightful JavaScript Testing.", |
4 | | - "version": "20.0.3", |
| 4 | + "version": "20.0.4", |
5 | 5 | "main": "build/jest.js", |
6 | 6 | "dependencies": { |
7 | 7 | "ansi-escapes": "^1.4.0", |
|
14 | 14 | "istanbul-lib-instrument": "^1.4.2", |
15 | 15 | "istanbul-lib-source-maps": "^1.1.0", |
16 | 16 | "jest-changed-files": "^20.0.3", |
17 | | - "jest-config": "^20.0.3", |
| 17 | + "jest-config": "^20.0.4", |
18 | 18 | "jest-docblock": "^20.0.3", |
19 | 19 | "jest-environment-jsdom": "^20.0.3", |
20 | | - "jest-haste-map": "^20.0.3", |
21 | | - "jest-jasmine2": "^20.0.3", |
| 20 | + "jest-haste-map": "^20.0.4", |
| 21 | + "jest-jasmine2": "^20.0.4", |
22 | 22 | "jest-message-util": "^20.0.3", |
23 | 23 | "jest-regex-util": "^20.0.3", |
24 | 24 | "jest-resolve-dependencies": "^20.0.3", |
25 | | - "jest-runtime": "^20.0.3", |
| 25 | + "jest-runtime": "^20.0.4", |
26 | 26 | "jest-snapshot": "^20.0.3", |
27 | 27 | "jest-util": "^20.0.3", |
28 | 28 | "micromatch": "^2.3.11", |
|
0 commit comments