Skip to content

Commit

Permalink
Unpin react-redux JS dependency
Browse files Browse the repository at this point in the history
+ Once we get all consumers sorted out with their tests that were assuming that the js `Provider` exposed by react-redux (e.g. Workiva/over_react#440), we can safely release this.
  • Loading branch information
keepsimple7 committed Dec 12, 2019
1 parent bdc093f commit 2620609
Show file tree
Hide file tree
Showing 8 changed files with 605 additions and 294 deletions.
836 changes: 562 additions & 274 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: 13 additions & 5 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: 14 additions & 6 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.

17 changes: 12 additions & 5 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.0",
"react-redux": "^7.1.3",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.4",
"regenerator-runtime": "^0.13.3",
Expand Down

0 comments on commit 2620609

Please sign in to comment.