Skip to content

Commit

Permalink
Mark React 17 as supported, fixes Availity#60
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Jul 7, 2022
1 parent beddcf5 commit 0feb0f1
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 @@ -62,8 +62,8 @@
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0"
"react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
Expand Down

0 comments on commit 0feb0f1

Please sign in to comment.