Skip to content

Commit 18f8034

Browse files
chore(deps): update mcr.microsoft.com/playwright docker tag to v1.62.0 (#2322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 597610f commit 18f8034

3 files changed

Lines changed: 37 additions & 37 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ RUN pnpm -r run test
123123
########################
124124
# Nuxt: test (e2e, base-image)
125125

126-
FROM mcr.microsoft.com/playwright:v1.61.1 AS test-e2e-base-image
126+
FROM mcr.microsoft.com/playwright:v1.62.0 AS test-e2e-base-image
127127

128128
# The `CI` environment variable must be set for pnpm to run in headless mode
129129
ENV CI=true

pnpm-lock.yaml

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

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"@axe-core/playwright": "4.12.1",
44
"@eslint/js": "10.0.1",
5-
"@playwright/test": "1.61.1",
5+
"@playwright/test": "1.62.0",
66
"@types/node": "24.13.3",
77
"cross-env": "10.1.0",
88
"del-cli": "7.0.0",
@@ -18,7 +18,7 @@
1818
"node": "^24.0.0"
1919
},
2020
"peerDependencies": {
21-
"playwright-core": "1.61.1"
21+
"playwright-core": "1.62.0"
2222
},
2323
"scripts": {
2424
"lint": "pnpm run lint:js && pnpm run lint:ts",

0 commit comments

Comments
 (0)