-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (major) (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peio Thibault <[email protected]>
- Loading branch information
1 parent
bb0a6ac
commit d51349a
Showing
18 changed files
with
893 additions
and
524 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,10 +12,11 @@ dist | |
|
||
# Nx | ||
tmp | ||
.nx | ||
|
||
# Svelte-kit | ||
.svelte-kit | ||
|
||
# Terraform | ||
.terraform | ||
terraform.tfvars | ||
terraform.tfvars |
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 +1 @@ | ||
20.11.1 | ||
21.6.2 |
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
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,7 +1,7 @@ | ||
import { sveltekit } from '@sveltejs/kit/vite'; | ||
import { svelte } from '@sveltejs/vite-plugin-svelte'; | ||
import { defineConfig } from 'vite'; | ||
import { imagetools } from 'vite-imagetools'; | ||
|
||
export default defineConfig({ | ||
plugins: [sveltekit(), imagetools()], | ||
plugins: [svelte(), imagetools()], | ||
}); |
File renamed without changes.
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,6 +1,6 @@ | ||
import { sveltekit } from '@sveltejs/kit/vite'; | ||
import { svelte } from '@sveltejs/vite-plugin-svelte'; | ||
import { defineConfig } from 'vite'; | ||
|
||
export default defineConfig({ | ||
plugins: [sveltekit()], | ||
plugins: [svelte()], | ||
}); |
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 |
---|---|---|
|
@@ -13,23 +13,24 @@ | |
"typecheck": "nx typecheck" | ||
}, | ||
"devDependencies": { | ||
"@nrwl/nx-cloud": "16.5.2", | ||
"@sveltejs/adapter-cloudflare": "2.3.4", | ||
"@sveltejs/kit": "1.30.4", | ||
"@nrwl/nx-cloud": "18.0.0", | ||
"@sveltejs/adapter-cloudflare": "4.1.0", | ||
"@sveltejs/kit": "2.5.1", | ||
"@vite-pwa/sveltekit": "0.4.0", | ||
"nx": "16.10.0", | ||
"nx": "18.0.4", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-svelte": "3.2.1", | ||
"svelte": "4.2.11", | ||
"svelte-check": "3.6.4", | ||
"svelte-migrate": "1.3.7", | ||
"typescript": "5.3.3", | ||
"vite": "4.5.2", | ||
"vite-imagetools": "5.1.2", | ||
"vite": "5.1.4", | ||
"vite-imagetools": "6.2.9", | ||
"vite-plugin-pwa": "0.19.0", | ||
"wrangler": "3.28.4" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "20.11.1" | ||
"node": "21.6.2" | ||
} | ||
} |
Oops, something went wrong.