aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-22 08:17:25 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-22 11:17:25 -0500
commit0b4e5298d23e3a4e61f89b8710e574f13bcb9257 (patch)
tree850f1d4006dd896df2394c5046aea92e60cd3829 /examples/framework-vue
parentc32f0c1ab656fe2e87cd331eaec48a39c12a4f19 (diff)
downloadastro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.gz
astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.tar.zst
astro-0b4e5298d23e3a4e61f89b8710e574f13bcb9257.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 256d04b2a..c26ae83a5 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.2",
+ "astro": "^4.4.3",
"vue": "^3.3.8"
}
}