summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-11-16 07:07:56 -0800
committerGravatar GitHub <noreply@github.com> 2022-11-16 10:07:56 -0500
commit49c1a5d439b723f1e72e9766d61be42a26379e3a (patch)
treea1ecbd9279731b5a1d2df8bc615266b00c18a7b0 /examples/framework-vue
parent991d62983241ae4f0b04c743bf228fba8525c319 (diff)
downloadastro-49c1a5d439b723f1e72e9766d61be42a26379e3a.tar.gz
astro-49c1a5d439b723f1e72e9766d61be42a26379e3a.tar.zst
astro-49c1a5d439b723f1e72e9766d61be42a26379e3a.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 1edfd2558..f61a1fae3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.8",
+ "astro": "^1.6.9",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}