aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-23 06:31:55 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-23 09:31:55 -0500
commit3de7b2c7ec98361ffb8afd6ef1c4017038518c80 (patch)
tree145b12d857ef6609fa1d8863cec51b5f9e29f798 /examples/framework-vue
parenta013182d322a3969e39d647aad75ec10f8bd1ed7 (diff)
downloadastro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.gz
astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.tar.zst
astro-3de7b2c7ec98361ffb8afd6ef1c4017038518c80.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 c26ae83a5..791063270 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^4.0.8",
- "astro": "^4.4.3",
+ "astro": "^4.4.4",
"vue": "^3.3.8"
}
}