mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Sort exclude list
This commit is contained in:
parent
a2a296f9e3
commit
052c2203a3
@ -27,24 +27,24 @@ export const getStorybookVersion = (line: string) => {
|
||||
};
|
||||
|
||||
const excludeList = [
|
||||
'@storybook/linter-config',
|
||||
'@storybook/design-system',
|
||||
'@storybook/ember-cli-storybook',
|
||||
'@storybook/semver',
|
||||
'@storybook/eslint-config-storybook',
|
||||
'@storybook/bench',
|
||||
'@storybook/addon-bench',
|
||||
'@storybook/addon-console',
|
||||
'@storybook/csf',
|
||||
'@storybook/storybook-deployer',
|
||||
'@storybook/addon-postcss',
|
||||
'@storybook/react-docgen-typescript-plugin',
|
||||
'@storybook/babel-plugin-require-context-hook',
|
||||
'@storybook/bench',
|
||||
'@storybook/builder-vite',
|
||||
'@storybook/mdx1-csf',
|
||||
'@storybook/mdx2-csf',
|
||||
'@storybook/csf',
|
||||
'@storybook/design-system',
|
||||
'@storybook/ember-cli-storybook',
|
||||
'@storybook/eslint-config-storybook',
|
||||
'@storybook/expect',
|
||||
'@storybook/jest',
|
||||
'@storybook/linter-config',
|
||||
'@storybook/mdx1-csf',
|
||||
'@storybook/mdx2-csf',
|
||||
'@storybook/react-docgen-typescript-plugin',
|
||||
'@storybook/semver',
|
||||
'@storybook/storybook-deployer',
|
||||
'@storybook/test-runner',
|
||||
'@storybook/testing-library',
|
||||
'@storybook/testing-react',
|
||||
|
Loading…
x
Reference in New Issue
Block a user