Skip to content

Commit 96534d9

Browse files
committed
chore(deps-dev): upgrade playwright to 1.50.1
1 parent 98fcc41 commit 96534d9

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id: playwright-cache
1414
with:
1515
path: /Users/runner/Library/Caches/ms-playwright
16-
key: ${{ runner.os }}-playwright-1.47.1
16+
key: ${{ runner.os }}-playwright-1.50.1
1717

1818
- name: Install dependencies
1919
run: bun install

bun.lock

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"format": "bun --bun prettier --write . --cache"
1616
},
1717
"devDependencies": {
18-
"@playwright/experimental-ct-svelte": "1.47.1",
19-
"@playwright/test": "1.47.1",
18+
"@playwright/experimental-ct-svelte": "1.50.1",
19+
"@playwright/test": "1.50.1",
2020
"@sveltejs/vite-plugin-svelte": "^3.1.2",
2121
"@types/bun": "^1.1.14",
2222
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)