aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-13 05:19:20 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-13 12:19:20 +0000
commit118d3e1f79984048ebcdacc46b69efa891561ca9 (patch)
tree0971db58f6e8d8ba303752a4f21035e8efc0d059 /examples/framework-vue
parent65903c995408397c63c911e184218c0206e5853f (diff)
downloadastro-118d3e1f79984048ebcdacc46b69efa891561ca9.tar.gz
astro-118d3e1f79984048ebcdacc46b69efa891561ca9.tar.zst
astro-118d3e1f79984048ebcdacc46b69efa891561ca9.zip
[ci] release (#13414)astro@5.5.1
Co-authored-by: github-actions[bot] <41898282+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 1d651913b..8b51024f4 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.7",
- "astro": "^5.5.0",
+ "astro": "^5.5.1",
"vue": "^3.5.13"
}
}