|
1 | 1 | { |
2 | 2 | "name": "jest-circus", |
3 | | - "version": "24.8.0", |
| 3 | + "version": "24.9.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": "^24.8.0", |
15 | | - "@jest/test-result": "^24.8.0", |
16 | | - "@jest/types": "^24.8.0", |
| 14 | + "@jest/environment": "^24.9.0", |
| 15 | + "@jest/test-result": "^24.9.0", |
| 16 | + "@jest/types": "^24.9.0", |
17 | 17 | "chalk": "^2.0.1", |
18 | 18 | "co": "^4.6.0", |
19 | | - "expect": "^24.8.0", |
| 19 | + "expect": "^24.9.0", |
20 | 20 | "is-generator-fn": "^2.0.0", |
21 | | - "jest-each": "^24.8.0", |
22 | | - "jest-matcher-utils": "^24.8.0", |
23 | | - "jest-message-util": "^24.8.0", |
24 | | - "jest-snapshot": "^24.8.0", |
25 | | - "jest-util": "^24.8.0", |
26 | | - "pretty-format": "^24.8.0", |
| 21 | + "jest-each": "^24.9.0", |
| 22 | + "jest-matcher-utils": "^24.9.0", |
| 23 | + "jest-message-util": "^24.9.0", |
| 24 | + "jest-snapshot": "^24.9.0", |
| 25 | + "jest-util": "^24.9.0", |
| 26 | + "pretty-format": "^24.9.0", |
27 | 27 | "stack-utils": "^1.0.1", |
28 | 28 | "throat": "^4.0.0" |
29 | 29 | }, |
|
33 | 33 | "@types/co": "^4.6.0", |
34 | 34 | "@types/stack-utils": "^1.0.1", |
35 | 35 | "execa": "^1.0.0", |
36 | | - "jest-runtime": "^24.8.0" |
| 36 | + "jest-runtime": "^24.9.0" |
37 | 37 | }, |
38 | 38 | "engines": { |
39 | 39 | "node": ">= 6" |
40 | 40 | }, |
41 | 41 | "publishConfig": { |
42 | 42 | "access": "public" |
43 | 43 | }, |
44 | | - "gitHead": "845728f24b3ef41e450595c384e9b5c9fdf248a4" |
| 44 | + "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1" |
45 | 45 | } |
0 commit comments