|
1 | 1 | { |
2 | 2 | "name": "jest-circus", |
3 | | - "version": "27.0.0", |
| 3 | + "version": "27.0.1", |
4 | 4 | "repository": { |
5 | 5 | "type": "git", |
6 | 6 | "url": "https://github.com/facebook/jest.git", |
|
15 | 15 | "./runner": "./runner.js" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@jest/environment": "^27.0.0", |
19 | | - "@jest/test-result": "^27.0.0", |
20 | | - "@jest/types": "^27.0.0-next.10", |
| 18 | + "@jest/environment": "^27.0.1", |
| 19 | + "@jest/test-result": "^27.0.1", |
| 20 | + "@jest/types": "^27.0.1", |
21 | 21 | "@types/node": "*", |
22 | 22 | "chalk": "^4.0.0", |
23 | 23 | "co": "^4.6.0", |
24 | 24 | "dedent": "^0.7.0", |
25 | | - "expect": "^27.0.0", |
| 25 | + "expect": "^27.0.1", |
26 | 26 | "is-generator-fn": "^2.0.0", |
27 | | - "jest-each": "^27.0.0", |
28 | | - "jest-matcher-utils": "^27.0.0", |
29 | | - "jest-message-util": "^27.0.0", |
30 | | - "jest-runner": "^27.0.0", |
31 | | - "jest-runtime": "^27.0.0", |
32 | | - "jest-snapshot": "^27.0.0", |
33 | | - "jest-util": "^27.0.0-next.11", |
34 | | - "pretty-format": "^27.0.0", |
| 27 | + "jest-each": "^27.0.1", |
| 28 | + "jest-matcher-utils": "^27.0.1", |
| 29 | + "jest-message-util": "^27.0.1", |
| 30 | + "jest-runner": "^27.0.1", |
| 31 | + "jest-runtime": "^27.0.1", |
| 32 | + "jest-snapshot": "^27.0.1", |
| 33 | + "jest-util": "^27.0.1", |
| 34 | + "pretty-format": "^27.0.1", |
35 | 35 | "stack-utils": "^2.0.3", |
36 | 36 | "throat": "^6.0.1" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@babel/core": "^7.1.0", |
40 | 40 | "@babel/register": "^7.0.0", |
41 | | - "@jest/test-utils": "^27.0.0", |
| 41 | + "@jest/test-utils": "^27.0.1", |
42 | 42 | "@types/co": "^4.6.0", |
43 | 43 | "@types/dedent": "^0.7.0", |
44 | 44 | "@types/graceful-fs": "^4.1.3", |
|
0 commit comments