diff options
author | 2024-04-25 02:28:32 -0700 | |
---|---|---|
committer | 2024-04-25 11:28:32 +0200 | |
commit | 9876163406941e92fa5d10275090deec5ddb1a70 (patch) | |
tree | a140d471e2c280d0a82a9732e11c79af3e3574f9 /examples/framework-vue | |
parent | d74b9ed7b68fd284305555906deca0b68ae62e4a (diff) | |
download | astro-9876163406941e92fa5d10275090deec5ddb1a70.tar.gz astro-9876163406941e92fa5d10275090deec5ddb1a70.tar.zst astro-9876163406941e92fa5d10275090deec5ddb1a70.zip |
[ci] release (#10865)astro@4.7.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 5ff7026d1..000cd5320 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.1.0", - "astro": "^4.6.4", + "astro": "^4.7.0", "vue": "^3.3.8" } } |