Skip to content

Commit b247d2e

Browse files
authored
Expand react-redux peer dependency (#139)
* Expand react-redux peer dependency * v5.0.6
1 parent ace4b74 commit b247d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpadlab/lp-hoc",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "React HOCs",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
@@ -48,7 +48,7 @@
4848
},
4949
"peerDependencies": {
5050
"react": "^15.5.4 || ^16.4.0",
51-
"react-redux": "^5.0.6 || ^6.0.1",
51+
"react-redux": "^5.0.6 || ^6.0.1 || ^7.0.0",
5252
"react-router": "^3.0.0 || ^4.0.0 || ^5.0.0",
5353
"redux-modal": "^2.0.2 || ^3.0.1 || ^4.0.0"
5454
},

0 commit comments

Comments
 (0)