Skip to content

Commit 1499673

Browse files
committed
chore(deps-dev): bump deps
1 parent efb73b7 commit 1499673

File tree

10 files changed

+4
-4
lines changed

10 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.46.1
16+
key: ${{ runner.os }}-playwright-1.47.1
1717

1818
- name: Install dependencies
1919
run: bun install

bun.lockb

4.31 KB
Binary file not shown.

examples/rollup/bun.lockb

0 Bytes
Binary file not shown.

examples/routify/bun.lockb

0 Bytes
Binary file not shown.

examples/routify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"preview": "vite preview"
88
},
99
"devDependencies": {
10-
"@roxi/routify": "^3.0.0-next.234",
10+
"@roxi/routify": "^3.0.0-next.236",
1111
"@sveltejs/vite-plugin-svelte": "latest",
1212
"@tsconfig/svelte": "latest",
1313
"svelte": "latest",

examples/sveltekit/bun.lockb

0 Bytes
Binary file not shown.

examples/vite/bun.lockb

0 Bytes
Binary file not shown.

examples/vite@svelte-5/bun.lockb

0 Bytes
Binary file not shown.

examples/webpack/bun.lockb

0 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.46.1",
26-
"@playwright/test": "1.46.1",
25+
"@playwright/experimental-ct-svelte": "1.47.1",
26+
"@playwright/test": "1.47.1",
2727
"@types/bun": "latest",
2828
"@types/node": "latest",
2929
"@types/prettier": "latest",

0 commit comments

Comments
 (0)