-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix linter and update lock file #686
Conversation
π· Deploy request for nuxt-storybook pending review.Visit the deploys page to approve it
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having issues with dependency installation for "nuxt" and "vue". It seems I have two different versions: the latest in the root node_modules and an older version in the storybook-addon package.
I'm confused about managing the versions for the Nuxt module package and the Storybook addon. Should we release them separately with different versions, or should we use a single version for both in each release? Would you help me understand your release strategy?
Additionally, I can't see the playground to test @storybook-vue/nuxt independently. There's only one playground to test the module that has @storybook-vue/nuxt as a dependency.
If you run
This still comes from the times where we had two different repos (and hence no version alignment). I agree a consistent version requirement would make sense.
I moved most of the |
Thanks, @tobiasdiez. Iβll try again with the dependencies. Even though I always run I will merge this PR then release properly this time ok ? |
π Linked issue
β Type of change
π Description
Fixes the linter, and revert back to lockfile vs 9.