Skip to content

Commit

Permalink
build: upgrade sveltekit package to svelte v4
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 9, 2024
1 parent 214667c commit 858fe12
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 113 deletions.
8 changes: 4 additions & 4 deletions demos/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.1",
"@sveltejs/kit": "^1.15.8",
"@sveltejs/kit": "^1.20.4",
"eslint": "^8.39.0",
"eslint-plugin-svelte3": "^4.0.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"eslint-plugin-svelte": "^2.35.1",
"svelte": "^4.2.8",
"svelte-check": "^3.4.3",
"typescript": "^5.0.4",
"vite": "^4.3.1"
},
Expand Down
Loading

0 comments on commit 858fe12

Please sign in to comment.