Skip to content

Commit

Permalink
Declare transitive deps in corresponding package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 29, 2017
1 parent fc85b54 commit ef94054
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 2 additions & 0 deletions packages/jest-circus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 1 addition & 0 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ef94054

Please sign in to comment.