Skip to content

Commit 32e19c1

Browse files
committed
Upgrade Playwright
1 parent 9117883 commit 32e19c1

File tree

4 files changed

+41
-6
lines changed

4 files changed

+41
-6
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 60
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.57.0-noble
15+
image: mcr.microsoft.com/playwright:v1.58.0-noble
1616
options: --user 1001
1717
steps:
1818
- uses: actions/checkout@v6.0.1

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
playwright:
3-
image: mcr.microsoft.com/playwright:v1.57.0-noble
3+
image: mcr.microsoft.com/playwright:v1.58.0-noble
44
platform: linux/arm64
55
working_dir: /app
66
volumes:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
5454
"@jest/globals": "^30.0.3",
5555
"@jest/types": "^30.0.1",
56-
"@playwright/test": "^1.57.0",
56+
"@playwright/test": "^1.58.0",
5757
"@rollup/plugin-babel": "^6.1.0",
5858
"@rollup/plugin-commonjs": "^29.0.0",
5959
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -68,7 +68,7 @@
6868
"eslint": "^9.30.0",
6969
"eslint-plugin-react": "^7.37.5",
7070
"eslint-plugin-react-hooks": "^7.0.0",
71-
"eslint-plugin-storybook": "10.2.1",
71+
"eslint-plugin-storybook": "^10.0.0",
7272
"globals": "^17.0.0",
7373
"husky": "^9.1.7",
7474
"jest": "^30.0.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)