Skip to content

Commit

Permalink
Build: Fix temporary @swc/core issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed May 28, 2024
1 parent e6173a0 commit 95edb31
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 95edb31

Please sign in to comment.