aboutsummaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-05 12:55:54 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 14:55:54 -0600
commit339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa (patch)
tree7f0e0275d3cc6225902562de4b81d7bbd56f3bea /examples/framework-vue
parente83b2feecaf576d99939bdbff22ebb22ee4ed8f7 (diff)
downloadastro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.gz
astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.tar.zst
astro-339be4dbff5a29e7bc33b28f0b37c3f2cefaeafa.zip
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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index c84f18a4a..81a022938 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.0.0",
+ "@astrojs/vue": "^4.0.1",
"astro": "^4.0.1",
"vue": "^3.3.8"
}