diff options
author | 2022-12-08 06:12:10 -0800 | |
---|---|---|
committer | 2022-12-08 09:12:10 -0500 | |
commit | 50cb99003aca4a24771c1e3accd457efea353b52 (patch) | |
tree | 3b59f112645c082db7b0c9c797a460ab60eed095 /examples/framework-vue | |
parent | be26e36e1199006c4dd35aa889ba43a00f1518e8 (diff) | |
download | astro-50cb99003aca4a24771c1e3accd457efea353b52.tar.gz astro-50cb99003aca4a24771c1e3accd457efea353b52.tar.zst astro-50cb99003aca4a24771c1e3accd457efea353b52.zip |
[ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.1
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 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" } |