aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-06-05 05:44:36 -0700
committerGravatar GitHub <noreply@github.com> 2025-06-05 13:44:36 +0100
commit0947a69192ad6820970902c7c951fb0cf31fcf4b (patch)
tree3eea4faad541012db34d2c98ddaa2c1d942fca20 /examples/framework-vue
parent761abb61d8a2ca79be729ab4d7285f10606cd2fd (diff)
downloadastro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.gz
astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.zst
astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.zip
* [ci] release * Update packages/astro/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <m@mk.gg>
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 5de9656cd..714ab5405 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.1.0",
- "astro": "^5.8.2",
+ "astro": "^5.9.0",
"vue": "^3.5.13"
}
}