diff --git a/packages/jest/package.json b/packages/jest/package.json index a061649f6ec2..ac6e407216fd 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -12,9 +12,9 @@ } }, "dependencies": { - "@jest/core": "^25.2.7", + "@jest/core": "^26.0.0", "import-local": "^3.0.2", - "jest-cli": "^25.2.7" + "jest-cli": "^26.0.0" }, "bin": "./bin/jest.js", "engines": {