Skip to content
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
},
"devDependencies": {
"@playwright/test": "1.55.1",
"@playwright/test": "1.56.0",
"cpr": "3.0.1",
"cross-env": "10.1.0",
"dotenv": "17.2.3",
Expand Down
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tsc": "tsc --project . --sourceMap false"
},
"devDependencies": {
"@playwright/experimental-ct-react": "1.55.1",
"@playwright/experimental-ct-react": "1.56.0",
"@types/react": "18.3.13",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test:components:ui": "playwright test --config playwright.config.ts --ui"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.55.1",
"@playwright/experimental-ct-vue": "1.56.0",
"@vitejs/plugin-vue": "6.0.1",
"replace-in-file": "8.3.0",
"tsx": "4.20.6",
Expand Down
70 changes: 35 additions & 35 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"@guidepup/playwright": "0.14.2",
"@guidepup/record": "0.1.0",
"@guidepup/setup": "0.19.3",
"@playwright/experimental-ct-core": "1.55.1",
"@playwright/experimental-ct-react": "1.55.1",
"@playwright/experimental-ct-vue": "1.55.1",
"@playwright/test": "1.55.1",
"@playwright/experimental-ct-core": "1.56.0",
"@playwright/experimental-ct-react": "1.56.0",
"@playwright/experimental-ct-vue": "1.56.0",
"@playwright/test": "1.56.0",
"accessibility-checker": "4.0.9",
"adm-zip": "0.5.16",
"commander": "14.0.1",
Expand All @@ -131,8 +131,8 @@
"ng-packagr": "20.3.0",
"npm-package-json-lint": "9.0.0",
"npm-run-all2": "8.0.4",
"playwright": "1.55.1",
"playwright-core": "1.55.1",
"playwright": "1.56.0",
"playwright-core": "1.56.0",
"postcss": "8.5.6",
"postcss-cli": "11.0.1",
"prettier": "3.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@csstools/normalize.css": "12.1.1",
"@db-ux/icon-font-tools": "0.3.4",
"@playwright/test": "1.55.1",
"@playwright/test": "1.56.0",
"cpr": "3.0.1",
"cssnano": "7.1.1",
"dotenv": "17.2.3",
Expand Down
Loading