diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 1c26489dab36..f221f05072af 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -1,13 +1,13 @@ { "dependencies": { "react": "15.4.2", - "react-dom": "15.4.2" + "react-dom": "15.4.2", + "typescript": "*" }, "devDependencies": { "@types/jest": "^19.2.4", "jest": "*", - "react-addons-test-utils": "15.4.2", - "typescript": "*" + "react-addons-test-utils": "15.4.2" }, "scripts": { "test": "jest" diff --git a/packages/jest-circus/package.json b/packages/jest-circus/package.json index 618423bf8924..d23d5bf00c3a 100644 --- a/packages/jest-circus/package.json +++ b/packages/jest-circus/package.json @@ -8,8 +8,10 @@ "license": "BSD-3-Clause", "main": "build/index.js", "dependencies": { + "chalk": "^2.0.1", "jest-snapshot": "^20.0.3", "jest-matchers": "^20.0.3", + "jest-matcher-utils": "^20.0.3", "jest-message-util": "^20.0.3", "jest-diff": "^20.0.3" }, diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index 61b0200a3e52..3a8e296533c2 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -17,6 +17,7 @@ "jest-matcher-utils": "^20.0.3", "jest-regex-util": "^20.0.3", "jest-resolve": "^20.0.4", + "jest-util": "^20.0.3", "jest-validate": "^20.0.3", "pretty-format": "^20.0.3" } diff --git a/packages/jest-runtime/package.json b/packages/jest-runtime/package.json index ef281b1c2e0a..af9c6236dd95 100644 --- a/packages/jest-runtime/package.json +++ b/packages/jest-runtime/package.json @@ -21,6 +21,7 @@ "jest-util": "^20.0.3", "json-stable-stringify": "^1.0.1", "micromatch": "^2.3.11", + "slash": "^1.0.0", "strip-bom": "3.0.0", "write-file-atomic": "^2.1.0", "yargs": "^7.0.2"