Skip to content

Commit

Permalink
Pin react-redux to 7.1.0
Browse files Browse the repository at this point in the history
+ 7.1.1 and above cause widespread test failures as a result of them changing to the use of a function component / hooks: reduxjs/react-redux#1377
  • Loading branch information
keepsimple7 committed Dec 11, 2019
1 parent 971b44e commit b84a8e5
Show file tree
Hide file tree
Showing 8 changed files with 306 additions and 636 deletions.
836 changes: 274 additions & 562 deletions lib/react_dom.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_dom.js.map

Large diffs are not rendered by default.

18 changes: 5 additions & 13 deletions lib/react_dom_prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_dom_prod.js.map

Large diffs are not rendered by default.

20 changes: 6 additions & 14 deletions lib/react_with_react_dom_prod.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/react_with_react_dom_prod.js.map

Large diffs are not rendered by default.

60 changes: 17 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dom-factories": "^1.0.2",
"react-redux": "^7.1.3",
"react-redux": "=7.1.0",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.4",
"regenerator-runtime": "^0.13.3",
Expand Down

0 comments on commit b84a8e5

Please sign in to comment.