Skip to content

Commit

Permalink
Lower react peer dependency to ^16.8.3 (#1242)
Browse files Browse the repository at this point in the history
This PR lowers the `react` peer dependency from `^16.8.4` to `^16.8.3`. This is useful for React Native users, since the `react` peer dependency in `react-native` is [exactly `16.8.3`.](https://github.com/facebook/react-native/blob/master/package.json#L86)

This should have no effect on existing v7 users, but does open up new users to DevTools potentially crashing if they aren't on `react@^16.8.4`.
  • Loading branch information
jeremy-deutsch authored and timdorr committed Apr 17, 2019
1 parent b67a8d3 commit d4b54b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
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
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
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 d4b54b5

Please sign in to comment.