Skip to content

Commit

Permalink
Merge branch 'next' into norbert/cpc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 1, 2024
2 parents fbc1196 + a4d9cf4 commit 1aec38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export const addWorkaroundResolutions = async ({ cwd, dryRun }: YarnOptions) =>
'@testing-library/dom': '^9.3.4',
'@testing-library/jest-dom': '^6.4.2',
'@testing-library/user-event': '^14.5.2',
// TODO: Remove as soon as @storybook/csf@0.1.10 is released
'@storybook/csf': '0.1.10--canary.d841bb4.0',
};
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
};
Expand Down

0 comments on commit 1aec38d

Please sign in to comment.