Skip to content

Commit

Permalink
CLI: Exclude addon-styling from upgrade #23841
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunEvening committed Aug 21, 2023
2 parents 592c32f + f1fd212 commit 936602d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/lib/cli/src/upgrade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ describe.each([
['@storybook/preset-create-react-app', false],
['@storybook/linter-config', false],
['@storybook/design-system', false],
['@storybook/addon-styling', false],
['@storybook/addon-styling-webpack', false],
['@nx/storybook', false],
['@nrwl/storybook', false],
])('isCorePackage', (input, output) => {
Expand Down
2 changes: 2 additions & 0 deletions code/lib/cli/src/upgrade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ const excludeList = [
'@storybook/addon-bench',
'@storybook/addon-console',
'@storybook/addon-postcss',
'@storybook/addon-styling',
'@storybook/addon-styling-webpack',
'@storybook/babel-plugin-require-context-hook',
'@storybook/bench',
'@storybook/builder-vite',
Expand Down

0 comments on commit 936602d

Please sign in to comment.