diff options
author | 2024-09-24 09:42:32 +0100 | |
---|---|---|
committer | 2024-09-24 09:42:32 +0100 | |
commit | 7fa6f782cd50196b6c4350669c0a9d138e0fec5c (patch) | |
tree | 9eec8c80b61f058feb3118ab7f391089014dcfeb /examples/framework-svelte | |
parent | cb5d3ae6ee6af646c9d7d46a9d8f551edac3092e (diff) | |
parent | 7814a6cad15f06931f963580176d9b38aa7819f2 (diff) | |
download | astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.tar.gz astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.tar.zst astro-7fa6f782cd50196b6c4350669c0a9d138e0fec5c.zip |
Merge branch 'main' into next
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 b68dd8178..5ac9a2a90 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.7.0", + "@astrojs/svelte": "^5.7.1", "astro": "^5.0.0-beta.1", "svelte": "^4.2.19" } |