diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 58fd5b67f278..00289cd835df 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -9,12 +9,12 @@ "main": "build/index.js", "dependencies": { "chalk": "^1.1.1", - "jest-environment-jsdom": "^18.1.0", - "jest-environment-node": "^18.1.0", - "jest-jasmine2": "^18.1.0", + "jest-environment-jsdom": "^26.0.0", + "jest-environment-node": "^21.0.0", + "jest-jasmine2": "^21.0.0", "jest-mock": "^18.0.0", - "jest-resolve": "^18.1.0", - "jest-util": "^18.1.0", + "jest-resolve": "^20.0.0", + "jest-util": "^21.0.0", "json-stable-stringify": "^1.0.0" }, "scripts": {