diff --git a/packages/jest-core/package.json b/packages/jest-core/package.json index 1489af521959..f9077e5861af 100644 --- a/packages/jest-core/package.json +++ b/packages/jest-core/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@jest/console": "^27.0.0-next.5", - "@jest/reporters": "^27.0.0-next.5", + "@jest/reporters": "^30.0.0", "@jest/test-result": "^27.0.0-next.5", "@jest/transform": "^27.0.0-next.5", "@jest/types": "^27.0.0-next.3", @@ -21,14 +21,14 @@ "exit": "^0.1.2", "graceful-fs": "^4.2.4", "jest-changed-files": "^27.0.0-next.4", - "jest-config": "^27.0.0-next.5", + "jest-config": "^30.0.0", "jest-haste-map": "^27.0.0-next.5", "jest-message-util": "^27.0.0-next.5", "jest-regex-util": "^27.0.0-next.0", "jest-resolve": "^27.0.0-next.5", "jest-resolve-dependencies": "^27.0.0-next.5", - "jest-runner": "^27.0.0-next.5", - "jest-runtime": "^27.0.0-next.5", + "jest-runner": "^30.0.0", + "jest-runtime": "^30.0.0", "jest-snapshot": "^27.0.0-next.5", "jest-util": "^27.0.0-next.3", "jest-validate": "^27.0.0-next.5",