Skip to content

Commit

Permalink
temp: Start upgrade to svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Feb 27, 2024
1 parent bd6f704 commit b09c473
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 136 deletions.
5 changes: 4 additions & 1 deletion svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier-plugin-svelte": "3.2.1",
"prettier-plugin-tailwindcss": "0.5.11",
"sass": "1.70.0",
"svelte": "4.2.11",
"svelte": "5.0.0-next.51",
"svelte-body": "1.4.0",
"svelte-breakpoints": "0.3.0",
"svelte-check": "3.6.4",
Expand All @@ -63,5 +63,8 @@
"vite-plugin-test-selectors": "0.0.2",
"vitest": "1.2.2"
},
"resolutions": {
"svelte": "5.0.0-next.51"
},
"type": "module"
}
Loading

0 comments on commit b09c473

Please sign in to comment.