Skip to content

Commit 0260bc7

Browse files
committed
chore: bump playwright version to latest which works in GitHub Actions Ubuntu 24.04
1 parent ee36d04 commit 0260bc7

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

package-lock.json

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/storybook-framework-web-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@web/storybook-builder": "^0.2.2"
6161
},
6262
"devDependencies": {
63-
"@playwright/test": "^1.22.2",
63+
"@playwright/test": "^1.53.0",
6464
"@storybook/addon-a11y": "^8.6.12",
6565
"@storybook/addon-essentials": "^8.6.12",
6666
"@storybook/addon-interactions": "^8.6.12",

packages/test-runner-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@web/test-runner-core": "^0.13.0",
5050
"@web/test-runner-coverage-v8": "^0.8.0",
51-
"playwright": "^1.22.2"
51+
"playwright": "^1.53.0"
5252
},
5353
"devDependencies": {
5454
"@web/test-runner-mocha": "^0.9.0",

0 commit comments

Comments
 (0)