summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-08-19 11:37:39 -0700
committerGravatar GitHub <noreply@github.com> 2024-08-19 14:37:39 -0400
commitf239242d90dc7045e21bfa4d9a4d2619389abef6 (patch)
tree84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /examples/framework-svelte
parent40183620d8315c342ffbb46ddcd1b003f4b303ed (diff)
downloadastro-cf80a423a4b07ca01577ce208c867b17676f8c38.tar.gz
astro-cf80a423a4b07ca01577ce208c867b17676f8c38.tar.zst
astro-cf80a423a4b07ca01577ce208c867b17676f8c38.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 42a99cd24..1cec15cbc 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.7.0",
- "astro": "^4.14.2",
+ "@astrojs/svelte": "^6.0.0-alpha.0",
+ "astro": "^5.0.0-alpha.0",
"svelte": "^4.2.18"
}
}