Skip to content

Commit 09698a5

Browse files
authored
Update peerDependencies to support redux@4
There are no breaking changes relative to this plugin. The middleware api hasn't changed.
1 parent e91fb73 commit 09698a5

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
@@ -58,7 +58,7 @@
5858
"redux-storage-merger-simple": "^1.0.2"
5959
},
6060
"peerDependencies": {
61-
"redux": "^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
61+
"redux": "^4.0.0 || ^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc"
6262
},
6363
"browserify": {
6464
"transform": [

0 commit comments

Comments
 (0)