Skip to content

Commit

Permalink
Merge pull request #21475 from storybookjs/shilman/automigration-qa-f…
Browse files Browse the repository at this point in the history
…ixes

CLI: Copy tweaks for automigrations
  • Loading branch information
shilman committed Mar 8, 2023
2 parents 8c165cb + 6a1c1e3 commit a7d76d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/src/automigrate/fixes/add-react.ts
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions code/lib/cli/src/automigrate/fixes/autodocs-true.ts
Expand Up @@ -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'
)}
`;
}
Expand All @@ -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'
)}
`;
},
Expand Down

0 comments on commit a7d76d4

Please sign in to comment.