Skip to content

Commit

Permalink
fix: Peer dependency versions for react and react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaogulcan committed May 24, 2021
1 parent 8f04a71 commit 9bd8155
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 @@ -44,8 +44,8 @@
"release": "standard-version"
},
"peerDependencies": {
"react": "^16.8.3",
"react-dom": "^16.8.3"
"react": ">= 16.8",
"react-dom": ">= 16.8"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
Expand Down

0 comments on commit 9bd8155

Please sign in to comment.