Skip to content

Commit 05c02c8

Browse files
committed
chore(deps-dev): upgrade playwright to 1.46
1 parent 33bab3d commit 05c02c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.45.0
16+
key: ${{ runner.os }}-playwright-1.46.1
1717

1818
- name: Install dependencies
1919
run: bun install

bun.lockb

-873 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"devDependencies": {
2424
"@astrojs/svelte": "latest",
25-
"@playwright/experimental-ct-svelte": "1.45.0",
26-
"@playwright/test": "1.45.0",
25+
"@playwright/experimental-ct-svelte": "1.46.1",
26+
"@playwright/test": "1.46.1",
2727
"@types/bun": "latest",
2828
"@types/node": "latest",
2929
"@types/prettier": "latest",

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { defineConfig, devices } from "@playwright/experimental-ct-svelte";
22
import { svelte, vitePreprocess } from "@sveltejs/vite-plugin-svelte";
3-
import path from "path";
3+
import path from "node:path";
44

55
export default defineConfig({
66
testDir: "tests/e2e",

0 commit comments

Comments
 (0)