Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit d309b3e

Browse files
kahweeKevinGrandon
authored andcommitted
Constrain react-redux to <6 (#195)
Adding version constraints since react-redux v6 isn't support.
1 parent d3e1ac0 commit d309b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"peerDependencies": {
5252
"fusion-core": "^1.10.1",
5353
"react": "14.x - 16.x",
54-
"react-redux": ">=5.0.6",
54+
"react-redux": ">=5.0.6 <6",
5555
"redux": ">=4.0.0"
5656
},
5757
"scripts": {

0 commit comments

Comments
 (0)