Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 823552f

Browse files
add compatibility with react-redux v7
possible because of the return of store as a Prop to react-redux (missing in v6)
1 parent e1b4d35 commit 823552f

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
@@ -99,7 +99,7 @@
9999
"peerDependencies": {
100100
"react": "^15.3.0 || ^16.0.0",
101101
"react-dom": "^0.14.7 || ^15.0.0 || ^16.0.0",
102-
"react-redux": "^4.0.0 || ^5.0.3",
102+
"react-redux": "^4.0.0 || ^5.0.3 || ^7.0.0",
103103
"redux": "^3.0.0 || ^4.0.0"
104104
}
105105
}

0 commit comments

Comments
 (0)