summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-02 13:50:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-02 16:50:59 -0400
commit7114aee20886d2ff22b41d8c6db22a88eb458c8e (patch)
tree266b90c0940f0a91b2a16feb4667718ebc99b98d /examples/framework-vue
parente76c2afd1fb679ab2f6c6ed69a04aacd789ac28a (diff)
downloadastro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.gz
astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.zst
astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.zip
[ci] release (#4604)astro@1.1.5
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 e6deef933..ca8b3b075 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.4",
+ "astro": "^1.1.5",
"vue": "^3.2.37",
"@astrojs/vue": "^1.0.0"
}