summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-02-24 05:49:05 -0800
committerGravatar GitHub <noreply@github.com> 2025-02-24 14:49:05 +0100
commit4cb33770d3f5c9c2ff658e2ba8067a72d9487564 (patch)
tree5e2a60ff4737889b2abf0dc226587488a644ce69 /examples/framework-vue
parent467e88e48735883abc188db5d9f82d744f2a2fc6 (diff)
downloadastro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.gz
astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.tar.zst
astro-4cb33770d3f5c9c2ff658e2ba8067a72d9487564.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 279712ecb..9643a3426 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^5.0.6",
- "astro": "^5.3.0",
+ "@astrojs/vue": "^5.0.7",
+ "astro": "^5.3.1",
"vue": "^3.5.13"
}
}