Skip to content

Commit 751e22d

Browse files
committed
Bump peerDependencies to include Redux 3.x
1 parent 2201111 commit 751e22d

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
@@ -44,12 +44,12 @@
4444
"rimraf": "^2.3.4"
4545
},
4646
"peerDependencies": {
47-
"redux": "^2.0.0"
47+
"redux": "^2.0.0 || ^3.0.0"
4848
},
4949
"dependencies": {
5050
"react-json-tree": "^0.1.8",
5151
"react-mixin": "^1.7.0",
5252
"react-redux": "^2.0.0",
53-
"redux": "^2.0.0"
53+
"redux": "^2.0.0 || ^3.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)