Skip to content

Commit

Permalink
fix: support redux 5 in peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Mar 6, 2024
1 parent dcbe19f commit 56e2e44
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 70 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"flow-bin": "^0.92.0",
"mocha": "^10.2.0",
"redux": "^4.2.1",
"redux": "^5.0.1",
"rimraf": "^2.6.1",
"sinon": "^2.1.0",
"typescript": "^5.2.2"
Expand All @@ -56,7 +56,7 @@
"lodash": "^4.17.10"
},
"peerDependencies": {
"redux": "^4.2.1"
"redux": "^4.2.1 || ^5.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading

0 comments on commit 56e2e44

Please sign in to comment.