diff options
author | 2025-05-13 12:20:16 -0700 | |
---|---|---|
committer | 2025-05-13 21:20:16 +0200 | |
commit | 29f30247662705a49ff6f9802ada780ecb13efe0 (patch) | |
tree | 1ed333de0e40f5e238d62fb3cd47aea199d38ed9 /examples/framework-vue | |
parent | 68d8c4e10c65f9eaac3a8d91c12b3fc9cadf807c (diff) | |
download | astro-29f30247662705a49ff6f9802ada780ecb13efe0.tar.gz astro-29f30247662705a49ff6f9802ada780ecb13efe0.tar.zst astro-29f30247662705a49ff6f9802ada780ecb13efe0.zip |
[ci] release (#13785)astro@5.7.13@astrojs/netlify@6.3.3@astrojs/cloudflare@12.5.3
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 8061b054d..67fc005d6 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.13", - "astro": "^5.7.12", + "astro": "^5.7.13", "vue": "^3.5.13" } } |