diff options
author | 2024-05-09 11:20:24 -0700 | |
---|---|---|
committer | 2024-05-09 14:20:24 -0400 | |
commit | 0b8b6f98a25b6ebbdd9f7c9dabe7fa3fb7bfe6c6 (patch) | |
tree | c7371cd8a026625483fb799671e6df56d6c81d79 /examples/framework-vue | |
parent | d8fe43fa232a1a56c70a62a99fcb84a0583cf2ca (diff) | |
download | astro-0b8b6f98a25b6ebbdd9f7c9dabe7fa3fb7bfe6c6.tar.gz astro-0b8b6f98a25b6ebbdd9f7c9dabe7fa3fb7bfe6c6.tar.zst astro-0b8b6f98a25b6ebbdd9f7c9dabe7fa3fb7bfe6c6.zip |
[ci] release (#10993)astro@4.8.2
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 6d9451a95..af3fe05ab 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/vue": "^4.2.0", - "astro": "^4.8.1", + "astro": "^4.8.2", "vue": "^3.4.27" } } |