react-bytesize-icons
react-bytesize-icons copied to clipboard
Fix peer dependencies
Peer dependencies should be set with >= to be compatible with further update of react versions.
Actually current version of react-bytesize-icons cannot be installed with actual react version
bacause of ^16.14.0 is not compatible with [email protected].
With this commit it works fine.