diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 16e608f83fb8..6c784e45797e 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -10,7 +10,7 @@ "./bin/jest": "./bin/jest.js" }, "dependencies": { - "@jest/core": "^27.0.0-next.5", + "@jest/core": "^30.0.0", "@jest/test-result": "^27.0.0-next.5", "@jest/types": "^27.0.0-next.3", "chalk": "^4.0.0", @@ -18,7 +18,7 @@ "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^3.0.0", - "jest-config": "^27.0.0-next.5", + "jest-config": "^30.0.0", "jest-util": "^27.0.0-next.3", "jest-validate": "^27.0.0-next.5", "prompts": "^2.0.1",