Skip to content

Commit

Permalink
fix: support redux 5 in peer deps
Browse files Browse the repository at this point in the history
jedwards1211 committed Mar 6, 2024
1 parent 1474d98 commit 4995cfc
Showing 3 changed files with 326 additions and 55 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@
"eslint-plugin-flowtype": "^8.0.3",
"flow-bin": "^0.92.0",
"immutable": "4.3.4",
"mindfront-redux-utils": "^2.1.2",
"mindfront-redux-utils": "^2.1.3",
"mocha": "^10.2.0",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^2.6.1",
"typescript": "^5.2.2"
},
@@ -59,7 +59,8 @@
},
"peerDependencies": {
"immutable": "^3.8.1 || ^4.0.0 || ^4.0.0-rc",
"mindfront-redux-utils": "^2.1.2"
"redux": "^4.0.0 || ^5.0.0",
"mindfront-redux-utils": "^2.1.3"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Loading

0 comments on commit 4995cfc

Please sign in to comment.