Skip to content

Commit

Permalink
Merge pull request #299 from tshaddix/peer-dep-redux-5
Browse files Browse the repository at this point in the history
Update Redux peer dependency
  • Loading branch information
SidneyNemzer authored Jul 10, 2024
2 parents a29143b + 66cce97 commit 686ddde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 34 deletions.
41 changes: 9 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babel-eslint": "^7.2.0",
"eslint": "^4.18.2",
"mocha": "^5.2.0",
"redux": "^4.0.4",
"redux": "5.0.1",
"rollup": "^1.22.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
Expand All @@ -49,6 +49,6 @@
"sinon": "^6.0.0"
},
"peerDependencies": {
"redux": ">= 3 <= 4"
"redux": ">= 3 <= 5"
}
}

0 comments on commit 686ddde

Please sign in to comment.