Skip to content

Commit

Permalink
Merge branch 'main' into 2567-tabs-a11y-validity
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored May 10, 2024
2 parents b439505 + 610e2fc commit dcb41a8
Show file tree
Hide file tree
Showing 11 changed files with 6,141 additions and 5,331 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
},
"devDependencies": {
"@playwright/test": "1.43.1",
"@playwright/test": "1.44.0",
"cpr": "3.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
Expand Down
4 changes: 2 additions & 2 deletions output/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"start": "ng serve"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.6",
"@angular/common": "17.3.7",
"@angular-devkit/build-angular": "17.3.7",
"@angular/common": "17.3.8",
"ng-packagr": "17.3.0",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.8.5",
"@playwright/experimental-ct-react": "1.43.1",
"@playwright/experimental-ct-react": "1.44.0",
"@types/react": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.76.0"
"sass": "^1.77.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"test:components": "playwright test -c playwright.config.ts"
},
"dependencies": {
"vue": "^3.4.26"
"vue": "^3.4.27"
},
"devDependencies": {
"@axe-core/playwright": "^4.8.5",
"@playwright/experimental-ct-vue": "1.43.1",
"@playwright/experimental-ct-vue": "1.44.0",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.76.0",
"sass": "^1.77.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
Expand Down
Loading

0 comments on commit dcb41a8

Please sign in to comment.