Skip to content

Commit

Permalink
chore: update playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Apr 11, 2023
1 parent 160b09f commit 6679a06
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 77 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪 with 🎭
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.32.2-focal
image: mcr.microsoft.com/playwright:v1.32.3-focal
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.32.2-focal as playwright
FROM mcr.microsoft.com/playwright:v1.32.3-focal as playwright

COPY e2e /e2e
WORKDIR /e2e
Expand Down
2 changes: 1 addition & 1 deletion output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",
"@playwright/experimental-ct-vue": "1.32.2",
"@playwright/experimental-ct-vue": "1.32.3",
"@vitejs/plugin-vue": "^4.1.0",
"sass": "^1.61.0",
"typescript": "^4.9.5",
Expand Down
98 changes: 24 additions & 74 deletions package-lock.json

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

0 comments on commit 6679a06

Please sign in to comment.