mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Update scripts/utils/yarn.ts
This commit is contained in:
parent
ab8c3a49fa
commit
d2938f9abc
@ -23,7 +23,7 @@ export const addPackageResolutions = async ({ cwd, dryRun }: YarnOptions) => {
|
||||
packageJson.resolutions = {
|
||||
...storybookVersions,
|
||||
'enhanced-resolve': '~5.10.0', // TODO, remove this
|
||||
playwright: '1.30.0', // this is for our CI test, ensure we use the same version as docker image
|
||||
playwright: '1.30.0', // 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`
|
||||
};
|
||||
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user