Skip to content

Commit aec72c5

Browse files
chore(deps-dev): bump the playwright group with 3 updates
Bumps the playwright group with 3 updates: [@playwright/test](https://github.com/microsoft/playwright), [@playwright/experimental-ct-react](https://github.com/microsoft/playwright) and [@playwright/experimental-ct-vue](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.51.1 to 1.52.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.51.1...v1.52.0) Updates `@playwright/experimental-ct-react` from 1.51.1 to 1.52.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.51.1...v1.52.0) Updates `@playwright/experimental-ct-vue` from 1.51.1 to 1.52.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-react" dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright - dependency-name: "@playwright/experimental-ct-vue" dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: playwright ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7c72fa commit aec72c5

File tree

5 files changed

+60
-44
lines changed

5 files changed

+60
-44
lines changed

e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "1.51.1",
27+
"@playwright/test": "1.52.0",
2828
"cpr": "3.0.1",
2929
"cross-env": "^7.0.3",
3030
"dotenv": "^16.5.0",

output/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tsc": "tsc -p . --sourceMap false"
2828
},
2929
"devDependencies": {
30-
"@playwright/experimental-ct-react": "1.51.1",
30+
"@playwright/experimental-ct-react": "1.52.0",
3131
"@types/react": "^18.3.13",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1"

output/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test:components:ui": "playwright test -c playwright.config.ts --ui"
3838
},
3939
"devDependencies": {
40-
"@playwright/experimental-ct-vue": "1.51.1",
40+
"@playwright/experimental-ct-vue": "1.52.0",
4141
"@vitejs/plugin-vue": "^5.2.3",
4242
"replace-in-file": "^8.3.0",
4343
"tsx": "^4.19.3",

package-lock.json

+56-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@guidepup/guidepup": "0.24.0",
7070
"@guidepup/playwright": "^0.14.2",
7171
"@guidepup/record": "^0.1.0",
72-
"@playwright/test": "1.51.1",
72+
"@playwright/test": "1.52.0",
7373
"accessibility-checker": "^4.0.3",
7474
"adm-zip": "0.5.16",
7575
"commander": "^13.1.0",

0 commit comments

Comments
 (0)