Skip to content

Commit d5e05ec

Browse files
joelgallanttimdorr
authored andcommitted
React required version (reduxjs#1098)
* Updates references to supported react versions to be > 16.4 per 6.0 release * Adds missing babel-jest dependency for tests * Removes outdated test directories for unsupported react versions
1 parent 581ece4 commit d5e05ec

File tree

12 files changed

+4
-2126
lines changed

12 files changed

+4
-2126
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To run in explicit React versions (the number is the version, so `test:16.3` wil
4545
REACT=16.4 npm run test:ci
4646
```
4747

48-
To run tests in all supported React versions, `0.14`, `15`, `16.2`, `16.3`, `16.4`, 16.5`,
48+
To run tests in all supported React versions, `16.4`, 16.5`,
4949
```
5050
REACT=all npm run test:ci
5151
```
@@ -120,11 +120,6 @@ before_install:
120120
- 'nvm install-latest-npm'
121121
env:
122122
matrix:
123-
- REACT=0.14
124-
- REACT=15
125-
- REACT=15.4
126-
- REACT=16.2
127-
- REACT=16.3
128123
- REACT=16.4
129124
- REACT=16.5
130125
sudo: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Performant and flexible.
1111

1212
## Installation
1313

14-
React Redux requires **React 0.14 or later.**
14+
React Redux requires **React 16.4 or later.**
1515

1616
```
1717
npm install --save react-redux

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"@babel/preset-env": "^7.2.0",
5959
"babel-core": "^7.0.0-bridge.0",
6060
"babel-eslint": "^10.0.1",
61+
"babel-jest": "^23.6.0",
6162
"codecov": "^3.1.0",
6263
"create-react-class": "^15.6.3",
6364
"cross-env": "^5.2.0",

0 commit comments

Comments
 (0)