|
12 | 12 | "./package.json": "./package.json"
|
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@jest/console": "^29.0.0-alpha.1", |
16 |
| - "@jest/reporters": "^29.0.0-alpha.1", |
17 |
| - "@jest/test-result": "^29.0.0-alpha.1", |
18 |
| - "@jest/transform": "^29.0.0-alpha.1", |
19 |
| - "@jest/types": "^29.0.0-alpha.0", |
| 15 | + "@jest/console": "workspace:^", |
| 16 | + "@jest/reporters": "workspace:^", |
| 17 | + "@jest/test-result": "workspace:^", |
| 18 | + "@jest/transform": "workspace:^", |
| 19 | + "@jest/types": "workspace:^", |
20 | 20 | "@types/node": "*",
|
21 | 21 | "ansi-escapes": "^4.2.1",
|
22 | 22 | "chalk": "^4.0.0",
|
23 | 23 | "ci-info": "^3.2.0",
|
24 | 24 | "exit": "^0.1.2",
|
25 | 25 | "graceful-fs": "^4.2.9",
|
26 |
| - "jest-changed-files": "^29.0.0-alpha.0", |
27 |
| - "jest-config": "^29.0.0-alpha.1", |
28 |
| - "jest-haste-map": "^29.0.0-alpha.1", |
29 |
| - "jest-message-util": "^29.0.0-alpha.1", |
30 |
| - "jest-regex-util": "^29.0.0-alpha.0", |
31 |
| - "jest-resolve": "^29.0.0-alpha.1", |
32 |
| - "jest-resolve-dependencies": "^29.0.0-alpha.1", |
33 |
| - "jest-runner": "^29.0.0-alpha.1", |
34 |
| - "jest-runtime": "^29.0.0-alpha.1", |
35 |
| - "jest-snapshot": "^29.0.0-alpha.1", |
36 |
| - "jest-util": "^29.0.0-alpha.0", |
37 |
| - "jest-validate": "^29.0.0-alpha.1", |
38 |
| - "jest-watcher": "^29.0.0-alpha.1", |
| 26 | + "jest-changed-files": "workspace:^", |
| 27 | + "jest-config": "workspace:^", |
| 28 | + "jest-haste-map": "workspace:^", |
| 29 | + "jest-message-util": "workspace:^", |
| 30 | + "jest-regex-util": "workspace:^", |
| 31 | + "jest-resolve": "workspace:^", |
| 32 | + "jest-resolve-dependencies": "workspace:^", |
| 33 | + "jest-runner": "workspace:^", |
| 34 | + "jest-runtime": "workspace:^", |
| 35 | + "jest-snapshot": "workspace:^", |
| 36 | + "jest-util": "workspace:^", |
| 37 | + "jest-validate": "workspace:^", |
| 38 | + "jest-watcher": "workspace:^", |
39 | 39 | "micromatch": "^4.0.4",
|
40 |
| - "pretty-format": "^29.0.0-alpha.1", |
| 40 | + "pretty-format": "workspace:^", |
41 | 41 | "rimraf": "^3.0.0",
|
42 | 42 | "slash": "^3.0.0",
|
43 | 43 | "strip-ansi": "^6.0.0"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@jest/test-sequencer": "^29.0.0-alpha.1", |
47 |
| - "@jest/test-utils": "^29.0.0-alpha.1", |
| 46 | + "@jest/test-sequencer": "workspace:^", |
| 47 | + "@jest/test-utils": "workspace:^", |
48 | 48 | "@types/exit": "^0.1.30",
|
49 | 49 | "@types/graceful-fs": "^4.1.3",
|
50 | 50 | "@types/micromatch": "^4.0.1",
|
|
0 commit comments