Skip to content

Commit 3116769

Browse files
Merge pull request #816 from db-ui/dependabot-npm_and_yarn-playwright-experimental-ct-react-1.32.3
chore(deps-dev): bump @playwright/experimental-ct-react from 1.32.2 to 1.32.3
2 parents 7d3b171 + a5599b0 commit 3116769

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

.github/workflows/02-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🧪 with 🎭
1313
runs-on: ubuntu-latest
1414
container:
15-
image: mcr.microsoft.com/playwright:v1.32.2-focal
15+
image: mcr.microsoft.com/playwright:v1.32.3-focal
1616
strategy:
1717
fail-fast: false
1818
matrix:

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.32.2-focal as playwright
1+
FROM mcr.microsoft.com/playwright:v1.32.3-focal as playwright
22

33
COPY e2e /e2e
44
WORKDIR /e2e

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@axe-core/playwright": "^4.6.1",
29-
"@playwright/experimental-ct-react": "1.32.2",
29+
"@playwright/experimental-ct-react": "1.32.3",
3030
"@types/react": "^18.0.28",
3131
"react": "^18.2.0",
3232
"react-dom": "^18.2.0",

output/vue/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@axe-core/playwright": "^4.6.1",
38-
"@playwright/experimental-ct-vue": "1.32.2",
38+
"@playwright/experimental-ct-vue": "1.32.3",
3939
"@vitejs/plugin-vue": "^4.1.0",
4040
"sass": "^1.61.0",
4141
"typescript": "^4.9.5",

package-lock.json

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

0 commit comments

Comments
 (0)