Skip to content

Commit

Permalink
Remove missingStorybookDependencies automigrate fix
Browse files Browse the repository at this point in the history
This commit removes the missingStorybookDependencies fix from the automigrate process, including the implementation file, test file, and its import in the index. The fix appears to have been deprecated or replaced by another mechanism.
  • Loading branch information
ndelangen committed Mar 10, 2025
1 parent e1add62 commit 2d73181
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 269 deletions.
2 changes: 0 additions & 2 deletions code/lib/cli-storybook/src/automigrate/fixes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { initialGlobals } from './initial-globals';
import { mdx1to3 } from './mdx-1-to-3';
import { mdxgfm } from './mdx-gfm';
import { mdxToCSF } from './mdx-to-csf';
import { missingStorybookDependencies } from './missing-storybook-dependencies';
import { newFrameworks } from './new-frameworks';
import { removeReactDependency } from './prompt-remove-react';
import { reactDocgen } from './react-docgen';
Expand All @@ -37,7 +36,6 @@ import { wrapRequire } from './wrap-require';
export * from '../types';

export const allFixes: Fix[] = [
missingStorybookDependencies,
addonsAPI,
newFrameworks,
cra5,
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 2d73181

Please sign in to comment.