summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2025-01-31 14:34:32 +0000
committerGravatar GitHub <noreply@github.com> 2025-01-31 14:34:32 +0000
commitcbd056c94ce837e15cf3609a844e85e6459b1560 (patch)
treee20c7984bab30bbf5669c8f9c0476bb3424f8667 /examples/framework-svelte
parent6430aee5c79767036c7970af92a09bd8665a4836 (diff)
downloadastro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.gz
astro-cbd056c94ce837e15cf3609a844e85e6459b1560.tar.zst
astro-cbd056c94ce837e15cf3609a844e85e6459b1560.zip
fix(deps): update all non-major dependencies (#13074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 0394cc095..3f34c4cc5 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"@astrojs/svelte": "^7.0.4",
"astro": "^5.2.2",
- "svelte": "^5.19.0"
+ "svelte": "^5.19.6"
}
}