diff --git a/packages/jest-cli/package.json b/packages/jest-cli/package.json index 8994869229ed..9f0cfe155810 100644 --- a/packages/jest-cli/package.json +++ b/packages/jest-cli/package.json @@ -16,20 +16,20 @@ "istanbul-lib-instrument": "^1.8.0", "istanbul-lib-source-maps": "^1.2.1", "jest-changed-files": "^22.2.0", - "jest-config": "^22.4.0", - "jest-environment-jsdom": "^22.4.0", + "jest-config": "^23.0.0", + "jest-environment-jsdom": "^23.0.0", "jest-get-type": "^22.1.0", - "jest-haste-map": "^22.4.0", - "jest-message-util": "^22.4.0", + "jest-haste-map": "^23.2.0", + "jest-message-util": "^23.2.0", "jest-regex-util": "^22.1.0", "jest-resolve-dependencies": "^22.1.0", - "jest-runner": "^22.4.0", - "jest-runtime": "^22.4.0", + "jest-runner": "^24.0.0", + "jest-runtime": "^24.0.0", "jest-snapshot": "^22.4.0", - "jest-util": "^22.4.0", - "jest-validate": "^22.4.0", + "jest-util": "^23.0.0", + "jest-validate": "^23.0.0", "jest-worker": "^22.2.2", - "micromatch": "^2.3.11", + "micromatch": "^3.1.1", "node-notifier": "^5.2.1", "realpath-native": "^1.0.0", "rimraf": "^2.5.4",