Skip to content

Commit

Permalink
Merge pull request alexkatz#110 from kaoz70/master
Browse files Browse the repository at this point in the history
Updated React peer dependencies to use 16 and 17
  • Loading branch information
alexkatz authored Apr 28, 2021
2 parents 9f86aab + 1bb0486 commit f9e3a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-tiny-popover",
"version": "6.0.5",
"version": "6.0.6",
"description": "A simple and highly customizable popover react higher order component with no other dependencies! Typescript friendly.",
"keywords": [
"react",
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0"
}
}

0 comments on commit f9e3a84

Please sign in to comment.