Skip to content

Commit

Permalink
Merge pull request #17909 from storybookjs/fix/cli-upgrade-exclude-list
Browse files Browse the repository at this point in the history
CLI: Update the exclude list for upgrade warnings
  • Loading branch information
shilman committed Apr 7, 2022
2 parents 258230c + 12d5dad commit 702731a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/cli/src/upgrade.ts
Expand Up @@ -36,6 +36,12 @@ const excludeList = [
'@storybook/addon-console',
'@storybook/csf',
'@storybook/storybook-deployer',
'@storybook/addon-postcss',
'@storybook/react-docgen-typescript-plugin',
'@storybook/babel-plugin-require-context-hook',
'@storybook/builder-vite',
'@storybook/mdx1-csf',
'@storybook/mdx2-csf',
];
export const isCorePackage = (pkg: string) =>
pkg.startsWith('@storybook/') &&
Expand Down

0 comments on commit 702731a

Please sign in to comment.