Skip to content

Commit

Permalink
update redux peer dependency to allow redux@5
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyNemzer committed Jun 19, 2024
1 parent da91d2b commit 66cce97
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 66cce97

Please sign in to comment.