Skip to content

Commit

Permalink
Normalise all version of react (jestjs#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored and orta committed May 19, 2017
1 parent c11eb61 commit ffcf16d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2",
"react-test-renderer": "^15.5.4",
"react-test-renderer": "15.4.2",
"regenerator-runtime": "^0.10.3",
"rimraf": "^2.5.4",
"slash": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3357,11 +3357,11 @@ react-proxy@^1.1.7:
lodash "^4.6.1"
react-deep-force-update "^1.0.0"

react-test-renderer@^15.5.4:
version "15.5.4"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.5.4.tgz#d4ebb23f613d685ea8f5390109c2d20fbf7c83bc"
react-test-renderer@15.4.2:
version "15.4.2"
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-15.4.2.tgz#27e1dff5d26d0e830f99614c487622bc831416f3"
dependencies:
fbjs "^0.8.9"
fbjs "^0.8.4"
object-assign "^4.1.0"

react-transform-hmr@^1.0.4:
Expand Down

0 comments on commit ffcf16d

Please sign in to comment.