mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-17 05:02:23 +08:00
Merge pull request #21475 from storybookjs/shilman/automigration-qa-fixes
CLI: Copy tweaks for automigrations
This commit is contained in:
commit
a7d76d46cf
@ -49,11 +49,11 @@ export const addReact: Fix<AddReactOptions> = {
|
||||
return dedent`
|
||||
We've detected that you're using ${dependentsFormatted}.
|
||||
|
||||
Starting in Storybook 7 we now require the following peer dependencies:
|
||||
Starting in Storybook 7, we now require these peer dependencies to render docs:
|
||||
|
||||
${additionalDependenciesFormatted}
|
||||
|
||||
We can add these for you automatically.
|
||||
We can add these for you automatically as dev dependencies.
|
||||
|
||||
More info: ${chalk.yellow(
|
||||
'https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#react-peer-dependencies-required'
|
||||
|
@ -64,7 +64,7 @@ export const autodocsTrue: Fix<AutodocsTrueFrameworkRunOptions> = {
|
||||
${autodocsFormatted}
|
||||
${value === 'tag' ? tagWarning : ''}
|
||||
More info: ${chalk.yellow(
|
||||
'https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs'
|
||||
'https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs-changes'
|
||||
)}
|
||||
`;
|
||||
}
|
||||
@ -77,7 +77,7 @@ export const autodocsTrue: Fix<AutodocsTrueFrameworkRunOptions> = {
|
||||
${autodocsFormatted}
|
||||
|
||||
More info: ${chalk.yellow(
|
||||
'https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs'
|
||||
'https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#autodocs-changes'
|
||||
)}
|
||||
`;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user