diff options
author | 2024-01-31 02:40:01 -0800 | |
---|---|---|
committer | 2024-01-31 10:40:01 +0000 | |
commit | 43391ac60d5984cacabdbf1bc6786b9fe05832a2 (patch) | |
tree | 945cf39fa1f578cc741726886a22573e567d6bfe /examples/framework-vue | |
parent | bfc145b77875e0c91bc09d0b228f8ca8ef8e1023 (diff) | |
download | astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.gz astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.zst astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.zip |
[ci] release (#9879)astro@4.2.8
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 c0ade974b..ba25ebf16 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.0.8", - "astro": "^4.2.7", + "astro": "^4.2.8", "vue": "^3.3.8" } } |