diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 3588bb96fba2..b8fae3144e8a 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -5,14 +5,14 @@ "main": "build/index.js", "types": "build/index.d.ts", "dependencies": { - "@jest/core": "^25.1.0", + "@jest/core": "^26.0.0", "@jest/test-result": "^25.1.0", "@jest/types": "^25.1.0", "chalk": "^3.0.0", "exit": "^0.1.2", "import-local": "^3.0.2", "is-ci": "^2.0.0", - "jest-config": "^25.1.0", + "jest-config": "^26.0.0", "jest-util": "^25.1.0", "jest-validate": "^25.1.0", "prompts": "^2.0.1",