summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-13 06:32:01 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-13 14:32:01 +0000
commitb745e382f1c0d4d230aaba139294d86bbcec0371 (patch)
treec74e79fda3c26a54ab26f84580ff5a838bdc8136 /examples/framework-svelte
parent3c72cdbc618fcfe8e892b34ce3c7b24c32fb35da (diff)
downloadastro-b745e382f1c0d4d230aaba139294d86bbcec0371.tar.gz
astro-b745e382f1c0d4d230aaba139294d86bbcec0371.tar.zst
astro-b745e382f1c0d4d230aaba139294d86bbcec0371.zip
[ci] release (beta) (#12405)astro@5.0.0-beta.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.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 f7ccc842d..c7308a1ab 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^6.0.0-beta.2",
- "astro": "^5.0.0-beta.7",
+ "astro": "^5.0.0-beta.8",
"svelte": "^4.2.19"
}
}