zillow / react-slider

Accessible, CSS agnostic, slider component for React.
https://zillow.github.io/react-slider
MIT License
883 stars 231 forks source link

Move `prop-types` to `dependencies` #245

Closed axelboc closed 2 years ago

axelboc commented 2 years ago

Hi there, just wondering if it'd be possible to remove the prop-types package from peerDependencies. I'm using TypeScript and therefore don't need/wish to install prop-types.

The documentation of the prop-types package says the following:

For apps, we recommend putting it in dependencies with a caret range. For libraries, we also recommend leaving it in dependencies.