Skip to content

Commit

Permalink
Merge pull request #333 from petersolopov/patch-1
Browse files Browse the repository at this point in the history
support react 17
  • Loading branch information
ameerthehacker authored Nov 9, 2020
2 parents aada2c0 + 8b574be commit c1cba40
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 c1cba40

Please sign in to comment.