Skip to content

Commit

Permalink
chore(deps-dev): bump deps
Browse files Browse the repository at this point in the history
For now, pin Svelte to v4 latest until Astro offers support for Svelte 5.
  • Loading branch information
metonym committed Oct 20, 2024
1 parent 6287b0e commit 9ef3501
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
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.239",
"@roxi/routify": "^3.0.0-next.240",
"@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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"postcss": "latest",
"prettier": "latest",
"prettier-plugin-svelte": "latest",
"svelte": "latest",
"svelte": "^4.2.19",
"svelte-focus-key": "latest",
"typescript": "latest",
"vite": "latest"
Expand Down

0 comments on commit 9ef3501

Please sign in to comment.