Skip to content

Commit

Permalink
Added react 17 support
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sumner authored and diasbruno committed Nov 19, 2020
1 parent 694d425 commit 029a525
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
37 changes: 18 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"mocha": "^8.1.1",
"npm-run-all": "^4.1.1",
"prettier": "^1.7.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"should": "^13.1.0",
Expand All @@ -70,8 +70,8 @@
"warning": "^4.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16",
"react-dom": "^0.14.0 || ^15.0.0 || ^16"
"react": "^0.14.0 || ^15.0.0 || ^16 || ^17",
"react-dom": "^0.14.0 || ^15.0.0 || ^16 || ^17"
},
"tags": [
"react",
Expand Down

0 comments on commit 029a525

Please sign in to comment.