summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-10-07 07:34:13 -0700
committerGravatar GitHub <noreply@github.com> 2022-10-07 10:34:13 -0400
commit4e8625fbfb3b51e0da25a8f8c5b44f2797c53124 (patch)
treea06772a322b3d99c23aa8324cbb94c85397b69eb /examples/framework-vue
parent67dc9b15b9c6c6b68c6e7556fd66ad669da85afb (diff)
downloadastro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.gz
astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.tar.zst
astro-4e8625fbfb3b51e0da25a8f8c5b44f2797c53124.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 ca01399d8..9ac75f1fc 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.4.5",
+ "astro": "^1.4.6",
"vue": "^3.2.37",
"@astrojs/vue": "^1.1.0"
}