diff options
author | 2025-04-27 23:07:06 -0700 | |
---|---|---|
committer | 2025-04-28 07:07:06 +0100 | |
commit | 34cdd9868f026168667a7fbda3a90045b878c0a6 (patch) | |
tree | b2fdc84f5bbdf3468956a7f4c3c71c5ad7d9a189 /examples/framework-vue | |
parent | 97eec839876c00a064fb22a0cb32dd62b9f44802 (diff) | |
download | astro-34cdd9868f026168667a7fbda3a90045b878c0a6.tar.gz astro-34cdd9868f026168667a7fbda3a90045b878c0a6.tar.zst astro-34cdd9868f026168667a7fbda3a90045b878c0a6.zip |
[ci] release (#13676)
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 5b78042ab..4bca4211d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.11", - "astro": "^5.7.5", + "astro": "^5.7.6", "vue": "^3.5.13" } } |