diff options
author | 2025-05-08 08:16:13 -0700 | |
---|---|---|
committer | 2025-05-08 17:16:13 +0200 | |
commit | 5894b5bec40f33ad9b25c77a3c26b2733138fae1 (patch) | |
tree | bd495d70407bb41756b94f5fe9400ee93a2e5f75 /examples/framework-vue | |
parent | 1552dcb1d6d60c936f291ab1efd837f3c6611e36 (diff) | |
download | astro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.tar.gz astro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.tar.zst astro-5894b5bec40f33ad9b25c77a3c26b2733138fae1.zip |
[ci] release (#13760)astro@5.7.12
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 ec0376b58..8061b054d 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.11", + "astro": "^5.7.12", "vue": "^3.5.13" } } |