Skip to content

Commit

Permalink
Merge branch 'main' into 1178-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jun 26, 2023
2 parents 02d50cb + 0548ded commit c0e7d04
Show file tree
Hide file tree
Showing 24 changed files with 157 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-showcases.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.3-focal
image: mcr.microsoft.com/playwright:v1.35.1-focal
strategy:
fail-fast: false
matrix:
Expand Down
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.3-focal
image: mcr.microsoft.com/playwright:v1.35.1-focal
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 1 addition & 0 deletions .jscpd.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"**/output/**",
"**/node_modules/**",
"**/__snapshots__/**",
"**/test-results/**",
"**/*.spec.tsx",
"**/.next/**",
"**/.github/**",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.3-focal as playwright
FROM mcr.microsoft.com/playwright:v1.35.1-focal as playwright

COPY e2e /e2e
WORKDIR /e2e
Expand Down
4 changes: 2 additions & 2 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"classnames": "^2.3.2"
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",
"@playwright/experimental-ct-react": "1.32.3",
"@axe-core/playwright": "^4.7.3",
"@playwright/experimental-ct-react": "1.35.1",
"@types/react": "^18.0.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@axe-core/playwright": "^4.6.1",
"@playwright/experimental-ct-vue": "1.32.3",
"@axe-core/playwright": "^4.7.3",
"@playwright/experimental-ct-vue": "1.35.1",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.63.6",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit c0e7d04

Please sign in to comment.