react-bytesize-icons icon indicating copy to clipboard operation
react-bytesize-icons copied to clipboard

Fix peer dependencies

Open vslutov opened this issue 2 years ago • 0 comments

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.

vslutov avatar Jan 08 '23 07:01 vslutov