Skip to content

Commit

Permalink
Add react-redux v8 to peerDependencies range (#1139)
Browse files Browse the repository at this point in the history
* Add react-redux v8 to peerDependencies range

* Create nasty-cheetahs-appear.md
  • Loading branch information
Methuselah96 committed Apr 23, 2022
1 parent 07ac78f commit 4891bf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-cheetahs-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@redux-devtools/core': minor
---

Add react-redux v8 to peerDependencies range
2 changes: 1 addition & 1 deletion packages/redux-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
"react-redux": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"redux": "^3.5.2 || ^4.0.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5068,7 +5068,7 @@ __metadata:
typescript: ~4.5.5
peerDependencies:
react: ^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0
react-redux: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
react-redux: ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
redux: ^3.5.2 || ^4.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 4891bf6

Please sign in to comment.