summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-27 05:55:42 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-27 08:55:42 -0500
commit71743aeca723e215c0107ecf2e111fdcc8ec7e45 (patch)
treef47ad6eb9f8d8504677a6da94b42c4f3c6cc9b40 /examples/framework-vue
parent780c583b0eabdb457a7f90f3d447b5e37e464b2c (diff)
downloadastro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.gz
astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.tar.zst
astro-71743aeca723e215c0107ecf2e111fdcc8ec7e45.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 0e860108b..7861c9769 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.15",
+ "astro": "^2.0.16",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.1"
}