Skip to content

Commit

Permalink
Add react-dom as a dev dep to fix Jest on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest committed Mar 29, 2018
1 parent 2be70b1 commit 5700e20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"flow-bin": "0.56.0",
"jest-expo": "25.0.0",
"prettier": "git+https://github.com/Automattic/calypso-prettier.git#calypso-1.9",
"react-dom": "^16.2.0",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0",
"remote-redux-devtools": "^0.5.12"
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5745,6 +5745,15 @@ [email protected]:
shell-quote "^1.6.1"
ws "^2.0.3"

react-dom@^16.2.0:
version "16.2.0"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
dependencies:
fbjs "^0.8.16"
loose-envify "^1.1.0"
object-assign "^4.1.1"
prop-types "^15.6.0"

[email protected]:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-2.0.0-beta.3.tgz#2167af86bbc9f964bd45bd5f37684e5b54965e32"
Expand Down

0 comments on commit 5700e20

Please sign in to comment.