summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-12-08 06:12:10 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-08 09:12:10 -0500
commit50cb99003aca4a24771c1e3accd457efea353b52 (patch)
tree3b59f112645c082db7b0c9c797a460ab60eed095 /examples/framework-vue
parentbe26e36e1199006c4dd35aa889ba43a00f1518e8 (diff)
downloadastro-50cb99003aca4a24771c1e3accd457efea353b52.tar.gz
astro-50cb99003aca4a24771c1e3accd457efea353b52.tar.zst
astro-50cb99003aca4a24771c1e3accd457efea353b52.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 271431e45..b1c22452c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}