diff options
author | 2025-04-03 03:03:43 -0700 | |
---|---|---|
committer | 2025-04-03 11:03:43 +0100 | |
commit | 90b0ac1fe1f782adafec07c9c396b829c347686c (patch) | |
tree | 90994b8cdeb53cce3b93406925dbc9b80cde04f5 /examples/framework-vue | |
parent | c38102469d867d9d354620fad19cc51f9087223a (diff) | |
download | astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.gz astro-90b0ac1fe1f782adafec07c9c396b829c347686c.tar.zst astro-90b0ac1fe1f782adafec07c9c396b829c347686c.zip |
[ci] release (#13540)astro@5.6.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 8a2de94d8..0e0ac2ac7 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.9", - "astro": "^5.5.6", + "astro": "^5.6.0", "vue": "^3.5.13" } } |