diff options
author | 2024-11-21 08:12:29 -0800 | |
---|---|---|
committer | 2024-11-21 11:12:29 -0500 | |
commit | 10beb174e5d0a2747f3a30289f42782892d0dbd5 (patch) | |
tree | 923858db00d541d2bb17f9017238b90a88ef016d /examples/framework-vue | |
parent | 23dc937435e0dc89dee5e74e8870464160efb17c (diff) | |
download | astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.gz astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.tar.zst astro-10beb174e5d0a2747f3a30289f42782892d0dbd5.zip |
[ci] release (beta) (#12491)astro@5.0.0-beta.10
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 d55261189..cd31147fa 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-beta.2", - "astro": "^5.0.0-beta.9", + "astro": "^5.0.0-beta.10", "vue": "^3.5.12" } } |