Skip to content

Commit

Permalink
Merge pull request #30290 from storybookjs/yann/fix-lint-issue
Browse files Browse the repository at this point in the history
CLI: Use correct storybook internals import in automigration
  • Loading branch information
yannbf authored Jan 17, 2025
2 parents 6c2a260 + 267c4c4 commit bc7d84b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { readFile } from 'node:fs/promises';

import { getStorybookVersionSpecifier } from 'storybook/internal/cli';

import type { InstallationMetadata, JsPackageManager } from '@storybook/core/common';
import type { InstallationMetadata, JsPackageManager } from 'storybook/internal/common';

import picocolors from 'picocolors';
import { dedent } from 'ts-dedent';
Expand Down

0 comments on commit bc7d84b

Please sign in to comment.