aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:56:30 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:56:30 +0200
commit676b2c66ee5d991bfb8ea85ca466be690cf0e5b9 (patch)
tree07752133b43edb48ed567cd68c3d2e379fefbe24 /examples/framework-vue
parentb75758f88389ff77072719e8e35604a5d2e9ad70 (diff)
downloadastro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.gz
astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.tar.zst
astro-676b2c66ee5d991bfb8ea85ca466be690cf0e5b9.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 f7ab9d093..e86c7aa08 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.0-beta.0",
- "astro": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.4",
"vue": "^3.5.11"
}
}