diff options
author | 2024-12-19 04:23:46 -0800 | |
---|---|---|
committer | 2024-12-19 12:23:46 +0000 | |
commit | 3f557b2e3268d385454e505c1eebe52b180118a4 (patch) | |
tree | 131c7b16f71954841c0684ec516977e6c91da959 /examples/framework-vue | |
parent | e56af4a3d7039673658e4a014158969ea5076e32 (diff) | |
download | astro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.gz astro-3f557b2e3268d385454e505c1eebe52b180118a4.tar.zst astro-3f557b2e3268d385454e505c1eebe52b180118a4.zip |
[ci] release (#12762)astro@5.1.0
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 72cf69b4e..fb5c78a84 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.2", - "astro": "^5.0.9", + "astro": "^5.1.0", "vue": "^3.5.12" } } |