Skip to content

Commit

Permalink
chore: default to svelte 5 instead of svelte 4 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Oct 24, 2024
1 parent 671e215 commit cc96391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
if (useDefaults && frameworkIdsSelectedOnInit.length === 0) {
frameworkIdsSelectedOnInit = ["react", "svelte4"];
frameworkIdsSelectedOnInit = ["react", "svelte5"];
}
frameworkIdsSelected = new SvelteSet(frameworkIdsSelectedOnInit);
Expand Down

0 comments on commit cc96391

Please sign in to comment.