Skip to content

Commit

Permalink
fix: add version ranges for react-redux 8.x.x and 9.x.x (#2159)
Browse files Browse the repository at this point in the history
This adds versions 8.x.x and 9.x.x to the react-redux peer dependency for the following packages:
- components
- notifications
- utils
- remediations
  • Loading branch information
regexowl authored Feb 10, 2025
1 parent f4b1a98 commit 5d32d44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.0.0",
"react-redux": "^7.0.0 || ^8.0.0 || ^9.0.0",
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"redux": ">=4.2.0",
"react-redux": "^7.2.9"
"react-redux": "^7.2.9 || ^8.0.0 || ^9.0.0"
},
"dependencies": {
"redux-promise-middleware": "6.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/remediations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.0.0"
"react-redux": "^7.0.0 || ^8.0.0 || ^9.0.0"
},
"dependencies": {
"@data-driven-forms/pf4-component-mapper": "^3.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@patternfly/react-table": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.0.0",
"react-redux": "^7.0.0 || ^8.0.0 || ^9.0.0",
"react-router-dom": "^5.0.0 || ^6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 5d32d44

Please sign in to comment.