summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-28 06:53:42 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-28 09:53:42 -0500
commit4ded9cd1bc037f109251545e15cb8704b693b406 (patch)
treeec180e23b4d061aeb767a1cf6e15357850661246 /examples/framework-vue
parent000e8f4654cae9982e21e0a858366c4844139db6 (diff)
downloadastro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.gz
astro-4ded9cd1bc037f109251545e15cb8704b693b406.tar.zst
astro-4ded9cd1bc037f109251545e15cb8704b693b406.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 afb6a091a..d279a3644 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.0.0-beta.0",
- "astro": "^4.0.0-beta.0",
+ "astro": "^4.0.0-beta.1",
"vue": "^3.3.8"
}
}