summaryrefslogtreecommitdiff
path: root/examples/framework-vue/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-11-27 06:34:47 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-27 14:34:47 +0000
commit218267c0b318fb77736129f657c6c4da53abf64d (patch)
tree312e14f6cffffb6d056c3128e73f253bc4677561 /examples/framework-vue/package.json
parent5bdc8cd094d834888b57b82162e7b0169d5c4907 (diff)
downloadastro-@astrojs/vue@5.0.0-beta.3.tar.gz
astro-@astrojs/vue@5.0.0-beta.3.tar.zst
astro-@astrojs/vue@5.0.0-beta.3.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-vue/package.json')
-rw-r--r--examples/framework-vue/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 3d9686f09..7c89c8af2 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.0-beta.2",
- "astro": "^5.0.0-beta.11",
+ "@astrojs/vue": "^5.0.0-beta.3",
+ "astro": "^5.0.0-beta.12",
"vue": "^3.5.12"
}
}