aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-05-08 08:16:13 -0700
committerGravatar GitHub <noreply@github.com> 2025-05-08 17:16:13 +0200
commit5894b5bec40f33ad9b25c77a3c26b2733138fae1 (patch)
treebd495d70407bb41756b94f5fe9400ee93a2e5f75 /examples/framework-vue
parent1552dcb1d6d60c936f291ab1efd837f3c6611e36 (diff)
downloadastro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.tar.gz
astro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.tar.zst
astro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.zip
[ci] release (#13760)astro@5.7.12
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 ec0376b58..8061b054d 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.13",
- "astro": "^5.7.11",
+ "astro": "^5.7.12",
"vue": "^3.5.13"
}
}