summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-17 05:16:14 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-17 14:16:14 +0200
commitce4e4121558b57142914f6ab203fec0859e75206 (patch)
tree00a67dd117599cfa6062a9175e39e5449b3f688e /examples/framework-vue
parent2d8272c85a154f69f83fb43471b6cc22d4a48b1c (diff)
downloadastro-ce4e4121558b57142914f6ab203fec0859e75206.tar.gz
astro-ce4e4121558b57142914f6ab203fec0859e75206.tar.zst
astro-ce4e4121558b57142914f6ab203fec0859e75206.zip
[ci] release (#13645)astro@5.7.3
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 2d44ecac2..52fcc807b 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.10",
- "astro": "^5.7.2",
+ "astro": "^5.7.3",
"vue": "^3.5.13"
}
}