hipstersmoothie / storybook-dark-mode

A storybook addon that lets your users toggle between dark and light mode.
MIT License
429 stars 56 forks source link

Remove @storybook/* dependencies from peer dependencies #186

Closed nilscox closed 1 year ago

nilscox commented 2 years ago

This pull request addresses #183.

The @storybook/* dependencies were moved from peerDependencies to dependencies, like it's done in other addons (@storybook/addon-actions, @storybook/addon-a11y, and many others).

The react and react-dom packages were also added to the peer dependencies, like it's done in other addons. I can remove this commit if you don't want it, let me know.

hipstersmoothie commented 1 year ago

:rocket: PR was released in v1.1.1 :rocket: