summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-10 07:30:52 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-10 22:30:52 +0800
commit9cd6a6657b328cec4ad98020e2bcd73c34a869ce (patch)
tree6f2ca1133391bd5403813705f0c730246b04f767 /examples/framework-vue
parentc071458257b014efcae7ec7e29d5d87d5ecaf8b6 (diff)
downloadastro-9cd6a6657b328cec4ad98020e2bcd73c34a869ce.tar.gz
astro-9cd6a6657b328cec4ad98020e2bcd73c34a869ce.tar.zst
astro-9cd6a6657b328cec4ad98020e2bcd73c34a869ce.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 c2a6900d0..891957532 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.1",
- "astro": "^3.2.3",
+ "astro": "^3.2.4",
"vue": "^3.3.4"
}
}