summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-16 14:15:36 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-16 17:15:36 -0400
commit948ad8eecf71f1f6de33855a6065925d7858d28d (patch)
tree3d8657bb6327af7710e8487ebf1bd552c592b656 /examples/framework-vue
parentcfdaab257cd167e0d4631ab66d9406754b3c1836 (diff)
downloadastro-948ad8eecf71f1f6de33855a6065925d7858d28d.tar.gz
astro-948ad8eecf71f1f6de33855a6065925d7858d28d.tar.zst
astro-948ad8eecf71f1f6de33855a6065925d7858d28d.zip
[ci] release (alpha) (#12010)
Co-authored-by: github-actions[bot] <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 ca3a169f9..182839590 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-alpha.0",
- "astro": "^5.0.0-alpha.8",
+ "astro": "^5.0.0-alpha.9",
"vue": "^3.4.38"
}
}