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