Skip to content

Commit

Permalink
chore(examples): use Svelte v4 for baseline Vite example
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 21, 2024
1 parent 9ef3501 commit 5d53550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified examples/vite/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "latest",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "latest",
"svelte": "latest",
"svelte": "^4.2.19",
"svelte-highlight": "latest",
"typescript": "latest",
"vite": "latest"
Expand Down

0 comments on commit 5d53550

Please sign in to comment.