From 6979b8e27e88735bfed997d84393f291c8a0a21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Nison?= Date: Thu, 5 Apr 2018 17:27:00 +0100 Subject: [PATCH] Moves babel-jest into jest-config rather than jest-runtime (#5931) --- packages/jest-config/package.json | 2 ++ packages/jest-runtime/package.json | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index bce96faa1336..b05cf78e1f78 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -8,6 +8,8 @@ "license": "MIT", "main": "build/index.js", "dependencies": { + "babel-core": "^6.0.0", + "babel-jest": "^22.4.1", "chalk": "^2.0.1", "glob": "^7.1.1", "jest-environment-jsdom": "^22.4.1", diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index 2be9b584d4aa..3b4dc7a325ec 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -9,7 +9,6 @@ "main": "build/index.js", "dependencies": { "babel-core": "^6.0.0", - "babel-jest": "^22.4.1", "babel-plugin-istanbul": "^4.1.5", "chalk": "^2.0.1", "convert-source-map": "^1.4.0",