Skip to content

Commit

Permalink
chore: migrate to SvelteKit2 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Jul 31, 2024
1 parent 4288a71 commit a90d778
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@types/cookie": "^0.6.0",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/svelte.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import adapter from "@sveltejs/adapter-auto";
import { vitePreprocess } from "@sveltejs/kit/vite";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";

/** @type {import('@sveltejs/kit').Config} */
const config = {
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a90d778

Please sign in to comment.