diff options
author | 2023-07-28 09:34:00 -0700 | |
---|---|---|
committer | 2023-07-28 12:34:00 -0400 | |
commit | d2b6dabfb37540774fb70d2d58aa7ba2f335e2dc (patch) | |
tree | 87058ab2c596e1909e1e399f96d8bbd72251c367 /examples/framework-vue | |
parent | 8867f3c99da56807e2962f5c4604b18839d8f8fd (diff) | |
download | astro-d2b6dabfb37540774fb70d2d58aa7ba2f335e2dc.tar.gz astro-d2b6dabfb37540774fb70d2d58aa7ba2f335e2dc.tar.zst astro-d2b6dabfb37540774fb70d2d58aa7ba2f335e2dc.zip |
[ci] release (#7854)astro@2.9.6
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 ca5637da7..9c9b16d50 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.9.5", + "astro": "^2.9.6", "vue": "^3.3.4" } } |