storybookjs / addon-designs

A Storybook addon that embeds Figma, websites, or images in the addon panel.
https://storybookjs.github.io/addon-designs
MIT License
869 stars 73 forks source link

Set dependencies to avoid using legacy-peer-deps flag #237

Closed dazuku closed 5 months ago

dazuku commented 5 months ago

Right now if you don't have React 18 it will send you errors related to legacy-peer-deps, and given that Storybook has compatibility with versions 16 and 17 this change is needed to avoid using the legacy-peer-deps flag when installing it

ghengeveld commented 5 months ago

Nice one, thanks!