susielu / react-annotation

Use react-annotation with built-in annotation types, or extend it to make custom annotations. It is made for annotations in SVG.
http://react-annotation.susielu.com/
Apache License 2.0
396 stars 34 forks source link

Update prop-types and viz-annotiation #20

Closed lgeiger closed 6 years ago

lgeiger commented 6 years ago

This PR updates prop-types and viz-annotiation to include the latest patch releases and uses semantic versioning in order to include future patches when using it as a library.

This change is handy since prop-types@15.6.2 removed some old internal dependencies which can cause problems during module resolution when using it in larger projects.