feathericons / react-feather

React component for Feather icons

Home Page:https://npm.im/react-feather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prop-types should not be a peer dep

samhh opened this issue · comments

prop-types is listed as a peer dependency, however:

  1. It isn't actually required at runtime as far as I can tell.
  2. Many users (e.g. TypeScript users) won't be using it, so even if I'm wrong on the first point it probably shouldn't be required.

This has been updated in version 2. prop-types is no more a peer dependency.