|
1 | 1 | { |
2 | 2 | "name": "jest-circus", |
3 | | - "version": "28.0.0-alpha.2", |
| 3 | + "version": "28.0.0-alpha.3", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/facebook/jest.git", |
|
18 | 18 | "./runner": "./runner.js" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@jest/environment": "^28.0.0-alpha.2", |
22 | | - "@jest/expect": "^28.0.0-alpha.2", |
23 | | - "@jest/test-result": "^28.0.0-alpha.2", |
24 | | - "@jest/types": "^28.0.0-alpha.2", |
| 21 | + "@jest/environment": "^28.0.0-alpha.3", |
| 22 | + "@jest/expect": "^28.0.0-alpha.3", |
| 23 | + "@jest/test-result": "^28.0.0-alpha.3", |
| 24 | + "@jest/types": "^28.0.0-alpha.3", |
25 | 25 | "@types/node": "*", |
26 | 26 | "chalk": "^4.0.0", |
27 | 27 | "co": "^4.6.0", |
28 | 28 | "dedent": "^0.7.0", |
29 | 29 | "is-generator-fn": "^2.0.0", |
30 | | - "jest-each": "^28.0.0-alpha.2", |
31 | | - "jest-matcher-utils": "^28.0.0-alpha.2", |
32 | | - "jest-message-util": "^28.0.0-alpha.2", |
33 | | - "jest-runtime": "^28.0.0-alpha.2", |
34 | | - "jest-snapshot": "^28.0.0-alpha.2", |
35 | | - "jest-util": "^28.0.0-alpha.2", |
36 | | - "pretty-format": "^28.0.0-alpha.2", |
| 30 | + "jest-each": "^28.0.0-alpha.3", |
| 31 | + "jest-matcher-utils": "^28.0.0-alpha.3", |
| 32 | + "jest-message-util": "^28.0.0-alpha.3", |
| 33 | + "jest-runtime": "^28.0.0-alpha.3", |
| 34 | + "jest-snapshot": "^28.0.0-alpha.3", |
| 35 | + "jest-util": "^28.0.0-alpha.3", |
| 36 | + "pretty-format": "^28.0.0-alpha.3", |
37 | 37 | "slash": "^3.0.0", |
38 | 38 | "stack-utils": "^2.0.3", |
39 | 39 | "throat": "^6.0.1" |
|
0 commit comments