kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
400 stars 72 forks source link

Update react peer depedency #13

Closed laurensrouw closed 6 years ago

laurensrouw commented 6 years ago

This PR updates the peer depedency for React to ^16.0.0.

This stops yarn from showing warnings about wrong peer dependencies and stops yarn check from failing on the same warning. Since #9 Already included the necessary fixes to support React 16 it seems that there is nothing preventing the peer dependency from being updated.

This fixes #12

kciter commented 6 years ago

Thank you :)