diff options
author | 2024-05-16 10:00:58 -0700 | |
---|---|---|
committer | 2024-05-16 18:00:58 +0100 | |
commit | 4d32a8077b0d8b34581df3a81329a41a9f618420 (patch) | |
tree | f246665b165ff094708a28169719b1f88c0c7651 /examples/framework-vue | |
parent | fac592350e8b6128ca450ea14f7d4381e24d5404 (diff) | |
download | astro-4d32a8077b0d8b34581df3a81329a41a9f618420.tar.gz astro-4d32a8077b0d8b34581df3a81329a41a9f618420.tar.zst astro-4d32a8077b0d8b34581df3a81329a41a9f618420.zip |
[ci] release (#11053)astro@4.8.5@astrojs/studio@0.1.0@astrojs/db@0.11.3
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 dbb879979..9155f1a62 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.4", + "astro": "^4.8.5", "vue": "^3.4.27" } } |