Skip to content

Commit 4c39de6

Browse files
chore(deps-dev): bump playwright from 1.56.0 to 1.56.1 (#5337)
* chore(deps-dev): bump playwright from 1.56.0 to 1.56.1 Bumps [playwright](https://github.com/microsoft/playwright) from 1.56.0 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.56.0...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update from main --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nicolas Merget <nicolas.merget@deutschebahn.com> Co-authored-by: Nicolas Merget <104347736+nmerget@users.noreply.github.com>
1 parent b0615fe commit 4c39de6

File tree

8 files changed

+11701
-10808
lines changed

8 files changed

+11701
-10808
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
3030
},
3131
"devDependencies": {
32-
"@playwright/test": "1.56.0",
32+
"@playwright/test": "1.56.1",
3333
"cpr": "3.0.1",
3434
"cross-env": "10.1.0",
3535
"dotenv": "17.2.3",

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tsc": "tsc --project . --sourceMap false"
3232
},
3333
"devDependencies": {
34-
"@playwright/experimental-ct-react": "1.56.0",
34+
"@playwright/experimental-ct-react": "1.56.1",
3535
"@types/react": "18.3.13",
3636
"react": "18.3.1",
3737
"react-dom": "18.3.1"

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:components:ui": "playwright test --config playwright.config.ts --ui"
4242
},
4343
"devDependencies": {
44-
"@playwright/experimental-ct-vue": "1.56.0",
44+
"@playwright/experimental-ct-vue": "1.56.1",
4545
"@vitejs/plugin-vue": "6.0.1",
4646
"replace-in-file": "8.3.0",
4747
"tsx": "4.20.6",

0 commit comments

Comments
 (0)