Skip to content

Commit

Permalink
Merge pull request #816 from db-ui/dependabot-npm_and_yarn-playwright…
Browse files Browse the repository at this point in the history
…-experimental-ct-react-1.32.3

chore(deps-dev): bump @playwright/experimental-ct-react from 1.32.2 to 1.32.3
  • Loading branch information
github-actions[bot] authored Apr 11, 2023
2 parents 7d3b171 + a5599b0 commit 3116769
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 38 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/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",
"@playwright/experimental-ct-react": "1.32.2",
"@playwright/experimental-ct-react": "1.32.3",
"@types/react": "^18.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
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
68 changes: 34 additions & 34 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 3116769

Please sign in to comment.