diff options
author | 2023-07-04 23:48:04 -0700 | |
---|---|---|
committer | 2023-07-05 14:48:04 +0800 | |
commit | f820bb3f0be34da60f3674205b2f24e512c48f76 (patch) | |
tree | 8046f63bfed002150e38009ada81adc97a7124e4 /examples/framework-vue | |
parent | 6dc251334f612bfe59d845ca4ce95a1fb958cccf (diff) | |
download | astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.gz astro-f820bb3f0be34da60f3674205b2f24e512c48f76.tar.zst astro-f820bb3f0be34da60f3674205b2f24e512c48f76.zip |
[ci] release (#7559)astro@2.7.4
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 588981b5b..8c51cd117 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^2.2.1", - "astro": "^2.7.3", + "astro": "^2.7.4", "vue": "^3.3.4" } } |