summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-11 11:38:42 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-11 13:38:42 -0500
commit1554a37622babf5486d1201425d39142bc854a62 (patch)
treed8cbc6d3ed635de29780fc3054cbf19e26820792 /examples/framework-vue
parent7c49096e864815d63179a467d9d3d89c76ccd523 (diff)
downloadastro-1554a37622babf5486d1201425d39142bc854a62.tar.gz
astro-1554a37622babf5486d1201425d39142bc854a62.tar.zst
astro-1554a37622babf5486d1201425d39142bc854a62.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 11b8bf040..1c585b027 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
- "@astrojs/vue": "^0.2.1",
- "astro": "^1.0.0-beta.65"
+ "@astrojs/vue": "^0.3.0",
+ "astro": "^1.0.0-beta.66"
},
"dependencies": {
"vue": "^3.2.37"