summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-16 19:02:50 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-16 22:02:50 -0500
commit3ff00a66551c70ebd089309064cf2fad40392e1b (patch)
treec9fc2843e25132310a780fa6be880db479882f2d /examples/framework-vue
parent95795f85dbd85ff29ee2ff4860d018fd4e9bcf8f (diff)
downloadastro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.gz
astro-3ff00a66551c70ebd089309064cf2fad40392e1b.tar.zst
astro-3ff00a66551c70ebd089309064cf2fad40392e1b.zip
[ci] release (#12759)astro@5.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue')
-rw-r--r--examples/framework-vue/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 0b9e3d5b0..72cf69b4e 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.2",
- "astro": "^5.0.8",
+ "astro": "^5.0.9",
"vue": "^3.5.12"
}
}