Skip to content

Commit

Permalink
Lower react peer dependency to ^16.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-deutsch committed Apr 17, 2019
1 parent 960b733 commit 1cd418f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Performant and flexible.

## Installation

React Redux requires **React 16.8.4 or later.**
React Redux requires **React 16.8.3 or later.**

```
npm install --save react-redux
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"coverage": "codecov"
},
"peerDependencies": {
"react": "^16.8.4",
"react": "^16.8.3",
"redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ original_id: quick-start

## Installation

React Redux 7.x requires **React 16.8.4 or later.**
React Redux 7.x requires **React 16.8.3 or later.**

To use React Redux with your React app:

Expand Down

0 comments on commit 1cd418f

Please sign in to comment.