diff options
author | 2024-05-09 15:20:13 +0800 | |
---|---|---|
committer | 2024-05-09 15:20:13 +0800 | |
commit | f9b6f4fc2f9405928687e09ec3beebda1aab318f (patch) | |
tree | 6b15405691fe46f6ee12b968f1fe94456e255a3f /examples/framework-svelte | |
parent | e39ee5662d870a91a75b6b3ac441b9e3ef9e1063 (diff) | |
download | astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.gz astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.tar.zst astro-f9b6f4fc2f9405928687e09ec3beebda1aab318f.zip |
chore(deps): update all non-major dependencies (#10958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
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 d976d3bac..9a7c8fbc7 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/svelte": "^5.4.0", "astro": "^4.7.1", - "svelte": "^4.2.5" + "svelte": "^4.2.16" } } |