aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-26 03:38:33 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-26 11:38:33 +0000
commita2f90ced77c18757883a4a060d2b321764a0c60f (patch)
tree681f8b5bd7be19ce5e737cb52191c07c9d6b4688 /examples/framework-vue
parentc34803205e2bc433df191a7e39d63e8ec307becc (diff)
downloadastro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.gz
astro-a2f90ced77c18757883a4a060d2b321764a0c60f.tar.zst
astro-a2f90ced77c18757883a4a060d2b321764a0c60f.zip
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 cd31147fa..3d9686f09 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.2",
- "astro": "^5.0.0-beta.10",
+ "astro": "^5.0.0-beta.11",
"vue": "^3.5.12"
}
}