diff options
author | 2024-11-26 01:03:38 -0800 | |
---|---|---|
committer | 2024-11-26 09:03:38 +0000 | |
commit | 36d8d921db05bf9222512949a64f5076904dde4d (patch) | |
tree | ac0aafdd55b3c6846ee385584fdd778bc90c0c3f /examples/framework-vue | |
parent | 0910a324e2b135859c4441b1e97c4cfd7b22c2bf (diff) | |
download | astro-36d8d921db05bf9222512949a64f5076904dde4d.tar.gz astro-36d8d921db05bf9222512949a64f5076904dde4d.tar.zst astro-36d8d921db05bf9222512949a64f5076904dde4d.zip |
[ci] release (#12501)astro@4.16.15
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 72b1eae2d..441314692 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.3", - "astro": "^4.16.14", + "astro": "^4.16.15", "vue": "^3.5.12" } } |