Skip to content

Commit

Permalink
update peerDependencies versions range
Browse files Browse the repository at this point in the history
  • Loading branch information
amrlabib committed May 11, 2021
1 parent 802e66c commit 2d3001d
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 @@ -63,7 +63,7 @@
"webpack-dev-server": "^3.1.10"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
}

0 comments on commit 2d3001d

Please sign in to comment.