-
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sveltekit): upgrade versions and allow CLI overrides
Upgrades sveltekit and svelte default versions and allows user to specify overrides via CLI options ISSUES CLOSED: #1078
- Loading branch information
1 parent
f1c67f9
commit f867fb3
Showing
6 changed files
with
30 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export const eslintPluginSvelteVersion = '^2.26.0'; | ||
export const svelteVersion = '^3.54.0'; | ||
export const svelteKitVersion = '^1.16.3'; | ||
export const svelteKitAdapterVersion = '^2.0.1'; | ||
export const eslintPluginSvelteVersion = '^2.35.0'; | ||
export const svelteVersion = '^4.2.0'; | ||
export const svelteKitVersion = '^2.5.0'; | ||
export const svelteKitAdapterVersion = '^3.2.0'; |