diff options
author | 2024-08-29 08:28:48 -0700 | |
---|---|---|
committer | 2024-08-29 23:28:48 +0800 | |
commit | 21747e9eaee19bdfdaf9a220bfd084101a1b10da (patch) | |
tree | 6541943d87d9be26436ba087351f829fa2467648 /examples/framework-vue | |
parent | 9327d56755404b481993b058bbfc4aa7880b2304 (diff) | |
download | astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.gz astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.zst astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.zip |
[ci] release (#11871)astro@4.15.1
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 0b200a078..58a29e598 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.5.0", - "astro": "^4.15.0", + "astro": "^4.15.1", "vue": "^3.4.38" } } |