Skip to content

Commit

Permalink
[New] add explicit react 17 support
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
ljharb committed Oct 26, 2020
1 parent 82a64df commit ebbd763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ stages:
- install-build
- test
node_js:
- "15"
- "14"
- "13"
- "12"
- "11"
Expand All @@ -27,6 +29,7 @@ install: 'echo already installed!'
script: 'npm run react && npm run test:only'
sudo: false
env:
- REACT=17
- REACT=16
- REACT=15
- REACT=15.4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"nyc": "^10.3.2",
"object-inspect": "^1.8.0",
"object.values": "^1.1.1",
"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha",
"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha || ^17",
"reflect.ownkeys": "^1.0.1",
"rimraf": "^2.7.1",
"safe-publish-latest": "^1.1.4"
},
"peerDependencies": {
"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha"
"react": "^0.14 || ^15.0.0 || ^16.0.0-alpha || ^17"
},
"scripts": {
"pretest": "npm run lint",
Expand Down

0 comments on commit ebbd763

Please sign in to comment.