aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-16 06:38:20 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-16 15:38:20 +0200
commit3d1409da91e6ab1dc4e80b4190ea40bc644b8dd9 (patch)
tree393d78f5211fad707b73fc50a3328b193412d8e5 /examples/framework-vue
parentd475afcae7259204072e644e3d66e5479510f410 (diff)
downloadastro-3d1409da91e6ab1dc4e80b4190ea40bc644b8dd9.tar.gz
astro-3d1409da91e6ab1dc4e80b4190ea40bc644b8dd9.tar.zst
astro-3d1409da91e6ab1dc4e80b4190ea40bc644b8dd9.zip
[ci] release (#13631)astro@5.7.2
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 a11a3f670..2d44ecac2 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.1",
+ "astro": "^5.7.2",
"vue": "^3.5.13"
}
}