summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-11 03:07:58 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-11 11:07:58 +0000
commit929ce2832560f9422a4a9ccb899e0f153d2a3471 (patch)
tree9c21b0861fb3e094ec096e20c164fbeabdce417a /examples/framework-vue
parentb3dfd9b01bd7424eb67bfbc2612544af5be09442 (diff)
downloadastro-929ce2832560f9422a4a9ccb899e0f153d2a3471.tar.gz
astro-929ce2832560f9422a4a9ccb899e0f153d2a3471.tar.zst
astro-929ce2832560f9422a4a9ccb899e0f153d2a3471.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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index fe56cf7ef..60a470e4e 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.1",
- "astro": "^5.0.4",
+ "@astrojs/vue": "^5.0.2",
+ "astro": "^5.0.5",
"vue": "^3.5.12"
}
}