cssinjs / theming

Unified CSSinJS theming solution for React
300 stars 39 forks source link

Move react-jss types to dev dependencies #81

Closed HenriBeck closed 5 years ago

HenriBeck commented 5 years ago

Installing external types can have a problem when the end user also installs the same types package.

As we shouldn't force someone to install the @types/react package, I just moved to the dev dependencies. I think we can expect someone to have the appropriate package installed