Skip to content

Commit

Permalink
Merge pull request #27386 from storybookjs/valentin/fix-sandbox-gener…
Browse files Browse the repository at this point in the history
…ation-temporarily

Build: Fix sandbox generation temporarily
  • Loading branch information
valentinpalkovic authored May 29, 2024
2 parents 70e70e7 + 95edb31 commit 7cedc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const addPackageResolutions = async ({ cwd, dryRun }: YarnOptions) => {
...storybookVersions,
'enhanced-resolve': '~5.10.0', // TODO, remove this
// 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`
'@swc/core': '1.5.7',
playwright: '1.36.0',
'playwright-core': '1.36.0',
'@playwright/test': '1.36.0',
Expand Down

0 comments on commit 7cedc88

Please sign in to comment.