summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-19 04:23:46 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-19 12:23:46 +0000
commit3f557b2e3268d385454e505c1eebe52b180118a4 (patch)
tree131c7b16f71954841c0684ec516977e6c91da959 /examples/framework-svelte
parente56af4a3d7039673658e4a014158969ea5076e32 (diff)
downloadastro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.gz
astro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.zst
astro-3f557b2e3268d385454e505c1eebe52b180118a4.zip
[ci] release (#12762)astro@5.1.0
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 6370f3e1a..5152888d4 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^7.0.1",
- "astro": "^5.0.9",
+ "astro": "^5.1.0",
"svelte": "^5.1.16"
}
}