Skip to content

Commit

Permalink
chore(deps): update playwright monorepo to v1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent acd1515 commit 80f6d9c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN pnpm -r run lint
########################
# Nuxt: test (e2e, base-image)

FROM mcr.microsoft.com/playwright:v1.46.1 AS test-e2e-base-image
FROM mcr.microsoft.com/playwright:v1.47.0 AS test-e2e-base-image

# The `CI` environment variable must be set for pnpm to run in headless mode
ENV CI=true
Expand Down
43 changes: 25 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@axe-core/playwright": "4.10.0",
"@dargmuesli/nuxt-vio-testing": "13.2.6",
"@eslint/js": "9.9.1",
"@playwright/test": "1.46.1",
"@playwright/test": "1.47.0",
"@types/node": "20.16.2",
"cross-env": "7.0.3",
"eslint": "9.9.1",
Expand All @@ -33,7 +33,7 @@
"typescript-eslint": "8.3.0"
},
"peerDependencies": {
"playwright-core": "1.46.1"
"playwright-core": "1.47.0"
},
"type": "module",
"engines": {
Expand Down

0 comments on commit 80f6d9c

Please sign in to comment.