Skip to content

Commit 8675539

Browse files
chore(deps): update playwright monorepo to v1.52.0
1 parent 6d9d05a commit 8675539

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN pnpm -r run test
104104
########################
105105
# Nuxt: test (e2e, base-image)
106106

107-
FROM mcr.microsoft.com/playwright:v1.51.1 AS test-e2e-base-image
107+
FROM mcr.microsoft.com/playwright:v1.52.0 AS test-e2e-base-image
108108

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

pnpm-lock.yaml

+22-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"@axe-core/playwright": "4.10.1",
44
"@eslint/js": "9.24.0",
5-
"@playwright/test": "1.51.1",
5+
"@playwright/test": "1.52.0",
66
"@types/node": "22.14.1",
77
"cross-env": "7.0.3",
88
"del-cli": "6.0.0",
@@ -18,7 +18,7 @@
1818
"node": "22"
1919
},
2020
"peerDependencies": {
21-
"playwright-core": "1.51.1"
21+
"playwright-core": "1.52.0"
2222
},
2323
"scripts": {
2424
"lint": "pnpm run lint:js && pnpm run lint:ts",

0 commit comments

Comments
 (0)