|
1 | 1 | {
|
2 | 2 | "name": "@jest/core",
|
3 | 3 | "description": "Delightful JavaScript Testing.",
|
4 |
| - "version": "27.0.0-next.3", |
| 4 | + "version": "27.0.0-next.4", |
5 | 5 | "main": "./build/jest.js",
|
6 | 6 | "types": "./build/jest.d.ts",
|
7 | 7 | "exports": {
|
|
10 | 10 | },
|
11 | 11 | "dependencies": {
|
12 | 12 | "@jest/console": "^27.0.0-next.3",
|
13 |
| - "@jest/reporters": "^27.0.0-next.3", |
| 13 | + "@jest/reporters": "^27.0.0-next.4", |
14 | 14 | "@jest/test-result": "^27.0.0-next.3",
|
15 |
| - "@jest/transform": "^27.0.0-next.3", |
| 15 | + "@jest/transform": "^27.0.0-next.4", |
16 | 16 | "@jest/types": "^27.0.0-next.3",
|
17 | 17 | "@types/node": "*",
|
18 | 18 | "ansi-escapes": "^4.2.1",
|
19 | 19 | "chalk": "^4.0.0",
|
20 | 20 | "emittery": "^0.8.1",
|
21 | 21 | "exit": "^0.1.2",
|
22 | 22 | "graceful-fs": "^4.2.4",
|
23 |
| - "jest-changed-files": "^27.0.0-next.3", |
24 |
| - "jest-config": "^27.0.0-next.3", |
25 |
| - "jest-haste-map": "^27.0.0-next.3", |
| 23 | + "jest-changed-files": "^27.0.0-next.4", |
| 24 | + "jest-config": "^27.0.0-next.4", |
| 25 | + "jest-haste-map": "^27.0.0-next.4", |
26 | 26 | "jest-message-util": "^27.0.0-next.3",
|
27 | 27 | "jest-regex-util": "^27.0.0-next.0",
|
28 |
| - "jest-resolve": "^27.0.0-next.3", |
29 |
| - "jest-resolve-dependencies": "^27.0.0-next.3", |
30 |
| - "jest-runner": "^27.0.0-next.3", |
31 |
| - "jest-runtime": "^27.0.0-next.3", |
32 |
| - "jest-snapshot": "^27.0.0-next.3", |
| 28 | + "jest-resolve": "^27.0.0-next.4", |
| 29 | + "jest-resolve-dependencies": "^27.0.0-next.4", |
| 30 | + "jest-runner": "^27.0.0-next.4", |
| 31 | + "jest-runtime": "^27.0.0-next.4", |
| 32 | + "jest-snapshot": "^27.0.0-next.4", |
33 | 33 | "jest-util": "^27.0.0-next.3",
|
34 | 34 | "jest-validate": "^27.0.0-next.3",
|
35 | 35 | "jest-watcher": "^27.0.0-next.3",
|
|
40 | 40 | "strip-ansi": "^6.0.0"
|
41 | 41 | },
|
42 | 42 | "devDependencies": {
|
43 |
| - "@jest/test-sequencer": "^27.0.0-next.3", |
| 43 | + "@jest/test-sequencer": "^27.0.0-next.4", |
44 | 44 | "@jest/test-utils": "^27.0.0-next.3",
|
45 | 45 | "@types/exit": "^0.1.30",
|
46 | 46 | "@types/graceful-fs": "^4.1.2",
|
|
0 commit comments