Skip to content

Commit

Permalink
support react 17
Browse files Browse the repository at this point in the history
add react 17 version to the package.json

closes twobin#331
  • Loading branch information
petersolopov authored Nov 9, 2020
1 parent aada2c0 commit 8b574be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"webpack-dev-server": "~1.10.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
}

0 comments on commit 8b574be

Please sign in to comment.