Skip to content

Commit 7d9f673

Browse files
authored
chore(deps): update playwright (#4988)
1 parent 3981435 commit 7d9f673

File tree

4 files changed

+189
-51
lines changed

4 files changed

+189
-51
lines changed

examples/playwright/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"test:ui": "vite build && vitest --ui"
99
},
1010
"devDependencies": {
11-
"@playwright/test": "^1.39.0",
11+
"@playwright/test": "^1.41.0",
1212
"@vitest/ui": "latest",
13-
"playwright": "^1.39.0",
13+
"playwright": "^1.41.0",
1414
"vite": "latest",
1515
"vitest": "latest"
1616
}

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
"@vitest/ws-client": "workspace:*",
7878
"@wdio/protocols": "^8.22.0",
7979
"periscopic": "^4.0.2",
80-
"playwright": "^1.40.1",
81-
"playwright-core": "^1.40.1",
80+
"playwright": "^1.41.0",
81+
"playwright-core": "^1.41.0",
8282
"safaridriver": "^0.1.2",
8383
"vitest": "workspace:*",
8484
"webdriverio": "^8.22.1"

0 commit comments

Comments
 (0)