summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-11-28 13:31:12 -0800
committerGravatar GitHub <noreply@github.com> 2023-11-28 15:31:12 -0600
commit1e8d28de7f47e816cb95851025df48998f52a996 (patch)
treee1f4b16aadf7bbdbde9d58602698436c973fb475 /examples/framework-vue
parent54e57fe9d7600c888fc7b0bc3f5dbca5543f36cd (diff)
downloadastro-1e8d28de7f47e816cb95851025df48998f52a996.tar.gz
astro-1e8d28de7f47e816cb95851025df48998f52a996.tar.zst
astro-1e8d28de7f47e816cb95851025df48998f52a996.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 d0af3a7fc..73e38fb4b 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.4",
- "astro": "^3.6.2",
+ "astro": "^3.6.3",
"vue": "^3.3.4"
}
}