summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:56:30 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:56:30 +0200
commit676b2c66ee5d991bfb8ea85ca466be690cf0e5b9 (patch)
tree07752133b43edb48ed567cd68c3d2e379fefbe24 /examples/framework-svelte
parentb75758f88389ff77072719e8e35604a5d2e9ad70 (diff)
downloadastro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.gz
astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.zst
astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.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 707f215d4..43a6d0b35 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^6.0.0-beta.0",
- "astro": "^5.0.0-beta.3",
+ "@astrojs/svelte": "^6.0.0-beta.1",
+ "astro": "^5.0.0-beta.4",
"svelte": "^4.2.19"
}
}