Skip to content

Commit b95adad

Browse files
authored
Apply suggestions from code review
1 parent 5419509 commit b95adad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/utils/yarn.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const addPackageResolutions = async ({ cwd, dryRun }: YarnOptions) => {
2929
packageJson.resolutions = {
3030
...packageJson.resolutions,
3131
...storybookVersions,
32-
'enhanced-resolve': '~5.10.0', // TODO, remove this
3332
// this is for our CI test, ensure we use the same version as docker image, it should match version specified in `./code/package.json` and `.circleci/config.yml`
3433
'@swc/core': '1.5.7',
3534
playwright: '1.48.1',
@@ -85,8 +84,6 @@ export const addWorkaroundResolutions = async ({ cwd, dryRun }: YarnOptions) =>
8584
'@testing-library/dom': '^9.3.4',
8685
'@testing-library/jest-dom': '^6.5.0',
8786
'@testing-library/user-event': '^14.5.2',
88-
// TODO: Remove as soon as @storybook/[email protected] is released
89-
'@storybook/csf': '0.1.10--canary.d841bb4.0',
9087
};
9188
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
9289
};

0 commit comments

Comments
 (0)