Skip to content

Commit

Permalink
minor: migration to SvelteKit 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 15, 2023
1 parent a896956 commit 2e50286
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 89 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,25 @@
"test": "playwright test"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
"@sveltejs/kit": "^2.0.0",
"svelte": "^4.0.0"
},
"devDependencies": {
"@jill64/eslint-config-svelte": "1.0.3",
"@jill64/npm-demo-layout": "0.3.7",
"@jill64/npm-demo-layout": "0.4.0",
"@jill64/playwright-config": "2.2.0",
"@jill64/prettier-config": "1.0.0",
"@jill64/sentry-sveltekit-cloudflare": "1.6.1",
"@jill64/universal-sanitizer": "1.0.0",
"@playwright/test": "1.40.1",
"@sveltejs/adapter-cloudflare": "3.0.0",
"@sveltejs/kit": "1.30.3",
"@sveltejs/kit": "2.0.0",
"svelte": "4.2.8",
"svelte-feather-icons": "4.0.1",
"typescript": "5.3.3",
"vite": "5.0.9",
"vitest": "1.0.4"
"vitest": "1.0.4",
"@sveltejs/vite-plugin-svelte": "3.0.1"
},
"homepage": "https://github.com/jill64/svelte-hydrated#readme",
"author": {
Expand All @@ -67,4 +68,4 @@
"store",
"svelte"
]
}
}
Loading

0 comments on commit 2e50286

Please sign in to comment.