diff options
author | 2025-05-22 05:03:48 -0700 | |
---|---|---|
committer | 2025-05-22 13:03:48 +0100 | |
commit | 3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch) | |
tree | 51478d366e7d9db48a890f51c9aa58bd60ab363d /examples/framework-vue | |
parent | 3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff) | |
download | astro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.tar.gz astro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.tar.zst astro-3632dda0c14d03b6849a2f513fc2467a91bcbc83.zip |
[ci] release (#13840)create-astro@4.12.0astro@5.8.0@astrojs/vue@5.1.0@astrojs/upgrade@0.6.0@astrojs/telemetry@3.3.0@astrojs/svelte@7.1.0@astrojs/solid-js@5.1.0@astrojs/react@4.3.0@astrojs/prism@3.3.0@astrojs/preact@4.1.0@astrojs/mdx@4.3.0@astrojs/markdown-remark@6.3.2@astrojs/markdoc@0.15.0
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 3aa99a254..4ac5804f0 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^5.0.13", - "astro": "^5.7.14", + "@astrojs/vue": "^5.1.0", + "astro": "^5.8.0", "vue": "^3.5.13" } } |