Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower react peer dependency to ^16.8.3 #1242

Merged
merged 1 commit into from Apr 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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