|
1 | 1 | { |
2 | 2 | "name": "jest-config", |
3 | | - "version": "28.0.0-alpha.5", |
| 3 | + "version": "28.0.0-alpha.6", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/facebook/jest.git", |
|
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | 32 | "@babel/core": "^7.8.0", |
33 | | - "@jest/test-sequencer": "^28.0.0-alpha.5", |
34 | | - "@jest/types": "^28.0.0-alpha.5", |
35 | | - "babel-jest": "^28.0.0-alpha.5", |
| 33 | + "@jest/test-sequencer": "^28.0.0-alpha.6", |
| 34 | + "@jest/types": "^28.0.0-alpha.6", |
| 35 | + "babel-jest": "^28.0.0-alpha.6", |
36 | 36 | "chalk": "^4.0.0", |
37 | 37 | "ci-info": "^3.2.0", |
38 | 38 | "deepmerge": "^4.2.2", |
39 | 39 | "glob": "^7.1.1", |
40 | 40 | "graceful-fs": "^4.2.9", |
41 | | - "jest-circus": "^28.0.0-alpha.5", |
42 | | - "jest-environment-node": "^28.0.0-alpha.5", |
| 41 | + "jest-circus": "^28.0.0-alpha.6", |
| 42 | + "jest-environment-node": "^28.0.0-alpha.6", |
43 | 43 | "jest-get-type": "^28.0.0-alpha.3", |
44 | | - "jest-regex-util": "^28.0.0-alpha.3", |
45 | | - "jest-resolve": "^28.0.0-alpha.5", |
46 | | - "jest-runner": "^28.0.0-alpha.5", |
47 | | - "jest-util": "^28.0.0-alpha.5", |
48 | | - "jest-validate": "^28.0.0-alpha.5", |
| 44 | + "jest-regex-util": "^28.0.0-alpha.6", |
| 45 | + "jest-resolve": "^28.0.0-alpha.6", |
| 46 | + "jest-runner": "^28.0.0-alpha.6", |
| 47 | + "jest-util": "^28.0.0-alpha.6", |
| 48 | + "jest-validate": "^28.0.0-alpha.6", |
49 | 49 | "micromatch": "^4.0.4", |
50 | 50 | "parse-json": "^5.2.0", |
51 | | - "pretty-format": "^28.0.0-alpha.5", |
| 51 | + "pretty-format": "^28.0.0-alpha.6", |
52 | 52 | "slash": "^3.0.0", |
53 | 53 | "strip-json-comments": "^3.1.1" |
54 | 54 | }, |
|
0 commit comments