diff options
author | 2025-04-23 02:03:28 -0700 | |
---|---|---|
committer | 2025-04-23 11:03:28 +0200 | |
commit | 64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625 (patch) | |
tree | 2c41311b2b76bd96edd74eb5db2af915d847009d /examples/framework-vue | |
parent | 42388b24d6eb866a3129118d22b2f6c71071d0bd (diff) | |
download | astro-64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625.tar.gz astro-64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625.tar.zst astro-64898a3e3b4b8c8a03bcd4e3d3f9aace4224e625.zip |
[ci] release (#13667)create-astro@4.11.3astro@5.7.5@astrojs/web-vitals@3.0.2@astrojs/vue@5.0.11@astrojs/vercel@8.1.4@astrojs/upgrade@0.5.2@astrojs/underscore-redirects@0.6.1@astrojs/telemetry@3.2.1@astrojs/svelte@7.0.11@astrojs/studio@0.1.8@astrojs/solid-js@5.0.9@astrojs/sitemap@3.3.1@astrojs/react@4.2.5@astrojs/preact@4.0.10@astrojs/node@9.2.1@astrojs/netlify@6.3.1@astrojs/mdx@4.2.5@astrojs/markdoc@0.14.1@astrojs/db@0.14.12@astrojs/cloudflare@12.5.1@astrojs/alpinejs@0.4.7
Co-authored-by: github-actions[bot] <41898282+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 7b1261a57..5b78042ab 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.10", - "astro": "^5.7.4", + "@astrojs/vue": "^5.0.11", + "astro": "^5.7.5", "vue": "^3.5.13" } } |