Skip to content

Commit 4995cfc

Browse files
committed
fix: support redux 5 in peer deps
1 parent 1474d98 commit 4995cfc

File tree

3 files changed

+326
-55
lines changed

3 files changed

+326
-55
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"eslint-plugin-flowtype": "^8.0.3",
4848
"flow-bin": "^0.92.0",
4949
"immutable": "4.3.4",
50-
"mindfront-redux-utils": "^2.1.2",
50+
"mindfront-redux-utils": "^2.1.3",
5151
"mocha": "^10.2.0",
52-
"redux": "^4.2.1",
52+
"redux": "^5.0.1",
5353
"rimraf": "^2.6.1",
5454
"typescript": "^5.2.2"
5555
},
@@ -59,7 +59,8 @@
5959
},
6060
"peerDependencies": {
6161
"immutable": "^3.8.1 || ^4.0.0 || ^4.0.0-rc",
62-
"mindfront-redux-utils": "^2.1.2"
62+
"redux": "^4.0.0 || ^5.0.0",
63+
"mindfront-redux-utils": "^2.1.3"
6364
},
6465
"main": "dist/index.js",
6566
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)