summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-25 03:28:54 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-25 18:28:54 +0800
commit211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8 (patch)
tree2808ed5ba28bedbcbd04c95486cd35e4f545295f /examples/framework-vue
parent863f5171e8e7516c9d72f2e48ea7db1dea71c4f5 (diff)
downloadastro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.tar.gz
astro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.tar.zst
astro-211bfe3b00c2e77e3647a6e1f1644ddc1ab7fda8.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 e1d7e60a3..3dec69c10 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/vue": "^3.0.0",
- "astro": "^3.1.2",
+ "astro": "^3.1.3",
"vue": "^3.3.4"
}
}