summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:41:40 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:41:40 +0200
commit46cbf10c4baf0218f83aa741863e044374ea64d1 (patch)
treea84c0739d4414f3f1d2c54b8879641670174710a /examples/framework-vue
parentc87ae80053605848b988984a3b89c29fc22e1d19 (diff)
downloadastro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.gz
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.zst
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.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 498f133e4..8411c9d37 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.1",
- "astro": "^4.15.11",
+ "@astrojs/vue": "^4.5.2",
+ "astro": "^4.15.12",
"vue": "^3.5.11"
}
}