Skip to content

Commit

Permalink
Merge pull request #22992 from storybookjs/shilman/upgrade-playwright
Browse files Browse the repository at this point in the history
Build: Upgrade playwright to 1.35.0
(cherry picked from commit 10e6a67)
  • Loading branch information
ndelangen authored and kasperpeulen committed Jun 14, 2023
1 parent c62edd6 commit f480d8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24535,6 +24535,15 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.35.0":
version: 1.35.0
resolution: "playwright-core@npm:1.35.0"
bin:
playwright-core: cli.js
checksum: 157257f0950190903d75ff6af70258fe1b1c6bf44f144a063428a594c09b4631d4c151ff65e28e1d9fc13edd8bd51c4720a7d87fc755c2afba47f41919bf5875
languageName: node
linkType: hard

"playwright@npm:1.35.0":
version: 1.35.0
resolution: "playwright@npm:1.35.0"
Expand Down
2 changes: 0 additions & 2 deletions scripts/utils/yarn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ 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`
playwright: '^1.35.0',
'playwright-core': '^1.35.0',
'@playwright/test': '^1.35.0',
};
await writeJSON(packageJsonPath, packageJson, { spaces: 2 });
Expand Down

0 comments on commit f480d8f

Please sign in to comment.