Skip to content

Commit

Permalink
Merge pull request #14 from jill64/kit-v2
Browse files Browse the repository at this point in the history
minor: migration to SvelteKit 2
  • Loading branch information
wraith-ci[bot] authored Dec 15, 2023
2 parents 00238ef + 89e4e27 commit 9ecfc70
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 433 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-hydrated",
"description": "💧 Indicating hydration status by svelte-store ",
"version": "0.0.1",
"version": "0.1.0",
"main": "dist/index.js",
"type": "module",
"files": [
Expand All @@ -27,7 +27,7 @@
"test": "playwright test"
},
"peerDependencies": {
"@sveltejs/kit": "^1.0.0",
"@sveltejs/kit": "^2.0.0",
"svelte": "^4.0.0"
},
"devDependencies": {
Expand All @@ -39,12 +39,13 @@
"@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 Down
Loading

0 comments on commit 9ecfc70

Please sign in to comment.