Skip to content

Commit

Permalink
chore(deps-dev): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Sep 14, 2024
1 parent efb73b7 commit 1499673
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id: playwright-cache
with:
path: /Users/runner/Library/Caches/ms-playwright
key: ${{ runner.os }}-playwright-1.46.1
key: ${{ runner.os }}-playwright-1.47.1

- name: Install dependencies
run: bun install
Expand Down
Binary file modified bun.lockb
Binary file not shown.
Binary file modified examples/rollup/bun.lockb
Binary file not shown.
Binary file modified examples/routify/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/routify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@roxi/routify": "^3.0.0-next.234",
"@roxi/routify": "^3.0.0-next.236",
"@sveltejs/vite-plugin-svelte": "latest",
"@tsconfig/svelte": "latest",
"svelte": "latest",
Expand Down
Binary file modified examples/sveltekit/bun.lockb
Binary file not shown.
Binary file modified examples/vite/bun.lockb
Binary file not shown.
Binary file modified examples/vite@svelte-5/bun.lockb
Binary file not shown.
Binary file modified examples/webpack/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"@astrojs/svelte": "latest",
"@playwright/experimental-ct-svelte": "1.46.1",
"@playwright/test": "1.46.1",
"@playwright/experimental-ct-svelte": "1.47.1",
"@playwright/test": "1.47.1",
"@types/bun": "latest",
"@types/node": "latest",
"@types/prettier": "latest",
Expand Down

0 comments on commit 1499673

Please sign in to comment.