diff options
author | 2025-01-20 15:38:35 +0000 | |
---|---|---|
committer | 2025-01-20 15:38:35 +0000 | |
commit | 3357ff649768f3c359834ffbe656cbec1a2803d4 (patch) | |
tree | b77b64511a27479104731c51fa9b4d7bf95f9dce /examples/framework-svelte | |
parent | f64b73cb8aaae02c52fa438ac8361044cf67f6dc (diff) | |
download | astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.gz astro-3357ff649768f3c359834ffbe656cbec1a2803d4.tar.zst astro-3357ff649768f3c359834ffbe656cbec1a2803d4.zip |
fix(deps): update all non-major dependencies (#13008)
* fix(deps): update all non-major dependencies
* chore: lint
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r-- | examples/framework-svelte/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 045898137..eea1290f2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -12,6 +12,6 @@ "dependencies": { "@astrojs/svelte": "^7.0.3", "astro": "^5.1.7", - "svelte": "^5.17.3" + "svelte": "^5.19.0" } } |