|
1 | 1 | { |
2 | 2 | "name": "@jest/core", |
3 | 3 | "description": "Delightful JavaScript Testing.", |
4 | | - "version": "28.0.0-alpha.7", |
| 4 | + "version": "28.0.0-alpha.8", |
5 | 5 | "main": "./build/index.js", |
6 | 6 | "types": "./build/index.d.ts", |
7 | 7 | "exports": { |
|
12 | 12 | "./package.json": "./package.json" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | | - "@jest/console": "^28.0.0-alpha.7", |
16 | | - "@jest/reporters": "^28.0.0-alpha.7", |
17 | | - "@jest/test-result": "^28.0.0-alpha.7", |
18 | | - "@jest/transform": "^28.0.0-alpha.7", |
19 | | - "@jest/types": "^28.0.0-alpha.7", |
| 15 | + "@jest/console": "^28.0.0-alpha.8", |
| 16 | + "@jest/reporters": "^28.0.0-alpha.8", |
| 17 | + "@jest/test-result": "^28.0.0-alpha.8", |
| 18 | + "@jest/transform": "^28.0.0-alpha.8", |
| 19 | + "@jest/types": "^28.0.0-alpha.8", |
20 | 20 | "@types/node": "*", |
21 | 21 | "ansi-escapes": "^4.2.1", |
22 | 22 | "chalk": "^4.0.0", |
23 | 23 | "emittery": "^0.8.1", |
24 | 24 | "exit": "^0.1.2", |
25 | 25 | "graceful-fs": "^4.2.9", |
26 | 26 | "jest-changed-files": "^28.0.0-alpha.3", |
27 | | - "jest-config": "^28.0.0-alpha.7", |
28 | | - "jest-haste-map": "^28.0.0-alpha.7", |
29 | | - "jest-message-util": "^28.0.0-alpha.7", |
| 27 | + "jest-config": "^28.0.0-alpha.8", |
| 28 | + "jest-haste-map": "^28.0.0-alpha.8", |
| 29 | + "jest-message-util": "^28.0.0-alpha.8", |
30 | 30 | "jest-regex-util": "^28.0.0-alpha.6", |
31 | | - "jest-resolve": "^28.0.0-alpha.7", |
32 | | - "jest-resolve-dependencies": "^28.0.0-alpha.7", |
33 | | - "jest-runner": "^28.0.0-alpha.7", |
34 | | - "jest-runtime": "^28.0.0-alpha.7", |
35 | | - "jest-snapshot": "^28.0.0-alpha.7", |
36 | | - "jest-util": "^28.0.0-alpha.7", |
37 | | - "jest-validate": "^28.0.0-alpha.7", |
38 | | - "jest-watcher": "^28.0.0-alpha.7", |
| 31 | + "jest-resolve": "^28.0.0-alpha.8", |
| 32 | + "jest-resolve-dependencies": "^28.0.0-alpha.8", |
| 33 | + "jest-runner": "^28.0.0-alpha.8", |
| 34 | + "jest-runtime": "^28.0.0-alpha.8", |
| 35 | + "jest-snapshot": "^28.0.0-alpha.8", |
| 36 | + "jest-util": "^28.0.0-alpha.8", |
| 37 | + "jest-validate": "^28.0.0-alpha.8", |
| 38 | + "jest-watcher": "^28.0.0-alpha.8", |
39 | 39 | "micromatch": "^4.0.4", |
40 | | - "pretty-format": "^28.0.0-alpha.7", |
| 40 | + "pretty-format": "^28.0.0-alpha.8", |
41 | 41 | "rimraf": "^3.0.0", |
42 | 42 | "slash": "^3.0.0", |
43 | 43 | "strip-ansi": "^6.0.0" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@jest/test-sequencer": "^28.0.0-alpha.7", |
47 | | - "@jest/test-utils": "^28.0.0-alpha.7", |
| 46 | + "@jest/test-sequencer": "^28.0.0-alpha.8", |
| 47 | + "@jest/test-utils": "^28.0.0-alpha.8", |
48 | 48 | "@types/exit": "^0.1.30", |
49 | 49 | "@types/graceful-fs": "^4.1.2", |
50 | 50 | "@types/micromatch": "^4.0.1", |
|
0 commit comments