diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index abe2bd0cb69b..9dfafb5b69ba 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.2", + "@jest/core": "^28.0.0", "@jest/test-result": "^27.0.0-next.1", "@jest/types": "^27.0.0-next.1", "chalk": "^4.0.0", @@ -18,7 +18,7 @@ "graceful-fs": "^4.2.4", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^27.0.0-next.2", + "jest-config": "^28.0.0", "jest-util": "^27.0.0-next.1", "jest-validate": "^27.0.0-next.1", "prompts": "^2.0.1",