Skip to content

Commit 56e2e44

Browse files
committed
fix: support redux 5 in peer deps
1 parent dcbe19f commit 56e2e44

File tree

3 files changed

+359
-70
lines changed

3 files changed

+359
-70
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint-plugin-flowtype": "^8.0.3",
4747
"flow-bin": "^0.92.0",
4848
"mocha": "^10.2.0",
49-
"redux": "^4.2.1",
49+
"redux": "^5.0.1",
5050
"rimraf": "^2.6.1",
5151
"sinon": "^2.1.0",
5252
"typescript": "^5.2.2"
@@ -56,7 +56,7 @@
5656
"lodash": "^4.17.10"
5757
},
5858
"peerDependencies": {
59-
"redux": "^4.2.1"
59+
"redux": "^4.2.1 || ^5.0.0"
6060
},
6161
"main": "dist/index.js",
6262
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)