Skip to content

Commit

Permalink
add specific version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Jul 12, 2024
1 parent 23ddfff commit 08603e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function checkInstallations(
export const missingStorybookDependencies: Fix<MissingStorybookDependenciesOptions> = {
id: 'missingStorybookDependencies',
promptType: 'auto',
versionRange: ['*', '*'],
versionRange: ['<8.2', '>=8.2'],

async check({ packageManager }) {
// Dynamically import globby because it is a pure ESM module
Expand Down

0 comments on commit 08603e8

Please sign in to comment.