|
1 | 1 | { |
2 | 2 | "name": "jest-circus", |
3 | | - "version": "25.1.0", |
| 3 | + "version": "25.2.0", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/facebook/jest.git", |
|
11 | 11 | "types": "build/index.d.ts", |
12 | 12 | "dependencies": { |
13 | 13 | "@babel/traverse": "^7.1.0", |
14 | | - "@jest/environment": "^25.1.0", |
15 | | - "@jest/test-result": "^25.1.0", |
16 | | - "@jest/types": "^25.1.0", |
| 14 | + "@jest/environment": "^25.2.0", |
| 15 | + "@jest/test-result": "^25.2.0", |
| 16 | + "@jest/types": "^25.2.0", |
17 | 17 | "chalk": "^3.0.0", |
18 | 18 | "co": "^4.6.0", |
19 | | - "expect": "^25.1.0", |
| 19 | + "expect": "^25.2.0", |
20 | 20 | "is-generator-fn": "^2.0.0", |
21 | | - "jest-each": "^25.1.0", |
22 | | - "jest-matcher-utils": "^25.1.0", |
23 | | - "jest-message-util": "^25.1.0", |
24 | | - "jest-snapshot": "^25.1.0", |
25 | | - "jest-util": "^25.1.0", |
26 | | - "pretty-format": "^25.1.0", |
| 21 | + "jest-each": "^25.2.0", |
| 22 | + "jest-matcher-utils": "^25.2.0", |
| 23 | + "jest-message-util": "^25.2.0", |
| 24 | + "jest-snapshot": "^25.2.0", |
| 25 | + "jest-util": "^25.2.0", |
| 26 | + "pretty-format": "^25.2.0", |
27 | 27 | "stack-utils": "^1.0.1", |
28 | 28 | "throat": "^5.0.0" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | 31 | "@babel/core": "^7.1.0", |
32 | 32 | "@babel/register": "^7.0.0", |
33 | | - "@jest/test-utils": "^25.1.0", |
| 33 | + "@jest/test-utils": "^25.2.0", |
34 | 34 | "@types/babel__traverse": "^7.0.4", |
35 | 35 | "@types/co": "^4.6.0", |
36 | 36 | "@types/stack-utils": "^1.0.1", |
37 | 37 | "execa": "^3.2.0", |
38 | | - "jest-runtime": "^25.1.0" |
| 38 | + "jest-runtime": "^25.2.0" |
39 | 39 | }, |
40 | 40 | "engines": { |
41 | 41 | "node": ">= 8.3" |
|
0 commit comments