Skip to content

Commit

Permalink
Merge pull request #43 from mkosir/master
Browse files Browse the repository at this point in the history
Allow React version >17 to be as peer dependency
  • Loading branch information
elmarti authored May 6, 2022
2 parents 1810cd4 + 8f320b2 commit 09c21ca
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 @@ -53,7 +53,7 @@
"typescript": "4.5.4"
},
"peerDependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
}
}

0 comments on commit 09c21ca

Please sign in to comment.