summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-06 07:47:57 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-06 23:47:57 +0800
commitd63d87dcaea85e84acb26b70cbd650d6e1eea6df (patch)
tree28b24da854d5199e38694fa1b148f10598bab7d4 /examples/framework-svelte
parentb21a07500284a3621be4d509f5aa67c0a8fcbf07 (diff)
downloadastro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.gz
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.tar.zst
astro-d63d87dcaea85e84acb26b70cbd650d6e1eea6df.zip
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index fb29dc04d..f7ccc842d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0-beta.1",
- "astro": "^5.0.0-beta.6",
+ "@astrojs/svelte": "^6.0.0-beta.2",
+ "astro": "^5.0.0-beta.7",
"svelte": "^4.2.19"
}
}