Sort exclude list

This commit is contained in:
Ian VanSchooten 2022-09-27 14:59:15 -04:00
parent a2a296f9e3
commit 052c2203a3

View File

@ -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',