Skip to content

Commit b72e03d

Browse files
authored
chore: update playwright (#4062)
1 parent be1b315 commit b72e03d

File tree

5 files changed

+158
-105
lines changed

5 files changed

+158
-105
lines changed

e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@db-ux/e2e",
3-
"private": true,
43
"version": "0.0.0",
54
"type": "module",
65
"description": "",
6+
"private": true,
77
"workspaces": [
88
"showcases/*",
99
"packages/*",
@@ -24,7 +24,7 @@
2424
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "1.50.1",
27+
"@playwright/test": "1.51.1",
2828
"cpr": "3.0.1",
2929
"cross-env": "^7.0.3",
3030
"dotenv": "^16.5.0",

output/react/package.json

Lines changed: 1 addition & 1 deletion
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.50.1",
30+
"@playwright/experimental-ct-react": "1.51.1",
3131
"@types/react": "^18.3.13",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1"

output/vue/package.json

Lines changed: 1 addition & 1 deletion
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.50.1",
40+
"@playwright/experimental-ct-vue": "1.51.1",
4141
"@vitejs/plugin-vue": "^5.2.3",
4242
"replace-in-file": "^8.3.0",
4343
"tsx": "^4.19.3",

package-lock.json

Lines changed: 153 additions & 100 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.50.1",
72+
"@playwright/test": "1.51.1",
7373
"accessibility-checker": "^4.0.3",
7474
"adm-zip": "0.5.16",
7575
"commander": "^13.1.0",

0 commit comments

Comments
 (0)