diff options
author | 2024-05-23 03:06:20 -0700 | |
---|---|---|
committer | 2024-05-23 11:06:20 +0100 | |
commit | 50775925f9b2b50c3259dfd3d6f687d9af454884 (patch) | |
tree | 320b18edee7df55ae4c69a2b169aa9ceccf85b04 /examples/framework-vue | |
parent | 9a0e94b2e6bc41b370d8a0518004c6f3cb1b833e (diff) | |
download | astro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.gz astro-50775925f9b2b50c3259dfd3d6f687d9af454884.tar.zst astro-50775925f9b2b50c3259dfd3d6f687d9af454884.zip |
[ci] release (#11116)astro@4.9.0@astrojs/web-vitals@0.2.1@astrojs/vue@4.3.0@astrojs/react@3.4.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index f7503e770..b678578f8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.2.0", - "astro": "^4.8.7", + "@astrojs/vue": "^4.3.0", + "astro": "^4.9.0", "vue": "^3.4.27" } } |