nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
411 stars 95 forks source link

feat: provide storybook and essential addons as transitive dependency #782

Open tobiasdiez opened 2 months ago

tobiasdiez commented 2 months ago

๐Ÿ”— Linked issue

๐Ÿ“š Description

Provides storybook and @storybook/addon-essentials as nested dependencies of our storybook-addon. In this way, users don't have to install these packages themselves (and sync versions with our storybook version).

netlify[bot] commented 2 months ago

Deploy Preview for nuxt-storybook ready!

Name Link
Latest commit 5b1ced5ceabb2cd9b4c91344b0e5bba7a2125940
Latest deploy log https://app.netlify.com/sites/nuxt-storybook/deploys/66f026e624d7f70008f31adf
Deploy Preview https://deploy-preview-782--nuxt-storybook.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tobiasdiez commented 2 months ago

Fails currently to import the addons. Not sure why, hopefully fixed by https://github.com/storybookjs/storybook/pull/28798.