Skip to content

Commit 3fc5ca7

Browse files
chore(deps): update playwright dependencies to v1.58.1 (#1122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 679f8ed commit 3fc5ca7

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 60
2121
runs-on: ubuntu-latest
2222
container:
23-
image: mcr.microsoft.com/playwright:v1.57.0-jammy
23+
image: mcr.microsoft.com/playwright:v1.58.1-jammy
2424
strategy:
2525
fail-fast: false
2626
matrix:

package-lock.json

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

www/Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 2. Start the dev server on host machine
44
# 3. Update playwright snapshots by running:
55
# docker run -it --rm -v "$(pwd)/tests:/tests" playwright-docker
6-
FROM mcr.microsoft.com/playwright:v1.57.0-jammy
6+
FROM mcr.microsoft.com/playwright:v1.58.1-jammy
77

88
COPY playwright.config.ts ./playwright.config.ts
99
# Remove webServer config from playwright config

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@babel/core": "7.28.6",
42-
"@playwright/test": "1.57.0",
42+
"@playwright/test": "1.58.1",
4343
"@tailwindcss/postcss": "4.1.18",
4444
"@types/dompurify": "3.2.0",
4545
"@types/node": "24.10.9",
@@ -49,7 +49,7 @@
4949
"autoprefixer": "10.4.24",
5050
"eslint-config-next": "16.1.6",
5151
"eslint-plugin-playwright": "2.5.1",
52-
"playwright": "1.57.0",
52+
"playwright": "1.58.1",
5353
"postcss": "8.5.6"
5454
}
5555
}

0 commit comments

Comments
 (0)