storybookjs / builder-vite

A builder plugin to run and build Storybooks with Vite
MIT License
886 stars 109 forks source link

Pin version of react-docgen #531

Closed IanVS closed 1 year ago

IanVS commented 1 year ago

Fixes https://github.com/storybookjs/builder-vite/issues/530

The latest version of react-docgen has gone to ESM only, and made some other changes which break our usage. This pins the version being used to a known-good version, which is safer during alphas anyway.

TomMcEachan commented 1 year ago

This change is essential. Currently can't start a new storybook project because of this.