We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
storybook.ts
1 parent b2b9b16 commit 3c5e4d3Copy full SHA for 3c5e4d3
packages/nuxt-module/src/storybook.ts
@@ -53,7 +53,6 @@ export async function setupStorybook(options: ModuleOptions, nuxt: Nuxt) {
53
configDir: resolve(projectDir, './.storybook'),
54
configType: 'DEVELOPMENT',
55
cache: storybookCache,
56
- packageJson: { version: '8.2.7' },
57
// Don't check for storybook updates (we're using the latest version)
58
versionUpdates: false,
59
quiet: options.logLevel < 4, // 4 = debug
0 commit comments