area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
262 stars 37 forks source link

Update to storybook 7.1 #94

Closed mrtimbrook closed 1 year ago

mrtimbrook commented 1 year ago

Update to use latest Storybook release and do a spot of housekeeping.

johnbacon commented 10 months ago

I believe the --omit=dev added in this commit is responsible for some warnings when launching Blast:

[storybook] WARN unable to find package.json for @storybook/addon-designs
[storybook] WARN unable to find package.json for concurrently
[storybook] WARN unable to find package.json for storybook-source-code-addon
[storybook] WARN unable to find package.json for @prettier/plugin-php
[storybook] WARN unable to find package.json for eslint
[storybook] WARN unable to find package.json for eslint-config-prettier
[storybook] WARN unable to find package.json for eslint-plugin-prettier
[storybook] WARN unable to find package.json for husky
[storybook] WARN unable to find package.json for lint-staged
[storybook] WARN unable to find package.json for stylelint
[storybook] WARN unable to find package.json for stylelint-config-recommended
[storybook] WARN unable to find package.json for stylelint-order
[storybook] WARN unable to find package.json for stylelint-prettier

These align pretty well (but not completely) with devDependencies in package.json. Is that intentional?