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.
This PR updates
prop-types
andviz-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.