diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 3588bb96fba2..fcce94c6d0f9 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -5,19 +5,19 @@ "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", "realpath-native": "^2.0.0", - "yargs": "^15.2.0" + "yargs": "^16.0.0" }, "devDependencies": { "@jest/test-utils": "^25.1.0",