diff options
author | 2022-09-02 13:50:59 -0700 | |
---|---|---|
committer | 2022-09-02 16:50:59 -0400 | |
commit | 7114aee20886d2ff22b41d8c6db22a88eb458c8e (patch) | |
tree | 266b90c0940f0a91b2a16feb4667718ebc99b98d /examples/framework-vue | |
parent | e76c2afd1fb679ab2f6c6ed69a04aacd789ac28a (diff) | |
download | astro-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.json | 2 |
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" } |