diff options
author | 2023-03-07 11:49:19 -0800 | |
---|---|---|
committer | 2023-03-07 14:49:19 -0500 | |
commit | afaf366fb37bc78a845890cf012dbc7d07bfb305 (patch) | |
tree | cba96f7b712cd522891d0fb83cba3625678c5a3d /examples/framework-vue | |
parent | 5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752 (diff) | |
download | astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.tar.gz astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.tar.zst astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.zip |
[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 295b887c5..5c6800178 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.18", + "astro": "^2.1.0", "vue": "^3.2.37", - "@astrojs/vue": "^2.0.1" + "@astrojs/vue": "^2.1.0" } } |