diff options
author | 2022-12-16 12:54:19 -0800 | |
---|---|---|
committer | 2022-12-16 15:54:19 -0500 | |
commit | fc46ca53d19649401e2738055bf1b860320177d7 (patch) | |
tree | 99a748247c86db9f9f0f3fa368a24890813d701d /examples/framework-vue | |
parent | 61302ab7a09cc4c298c903d725e35355eb069497 (diff) | |
download | astro-fc46ca53d19649401e2738055bf1b860320177d7.tar.gz astro-fc46ca53d19649401e2738055bf1b860320177d7.tar.zst astro-fc46ca53d19649401e2738055bf1b860320177d7.zip |
[ci] release (#5607)create-astro@1.2.4astro@1.7.0@astrojs/node@4.0.0@astrojs/netlify@1.3.0@astrojs/mdx@0.13.0@astrojs/deno@3.0.0@astrojs/cloudflare@5.0.0
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 bc42f1c8b..e4f6521d3 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.6.15", + "astro": "^1.7.0", "vue": "^3.2.37", "@astrojs/vue": "^1.2.2" } |