summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-10-07 17:44:43 +0800
committerGravatar GitHub <noreply@github.com> 2024-10-07 17:44:43 +0800
commitfef0b8cce1a157edd9a57238c024b08aea102f46 (patch)
treed119f5c366726f306940249f3db0d3dc01c4b0e3 /examples/framework-vue
parentde35daa8517555c1b9c72bc7fe9cc955c4997a83 (diff)
downloadastro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.gz
astro-fef0b8cce1a157edd9a57238c024b08aea102f46.tar.zst
astro-fef0b8cce1a157edd9a57238c024b08aea102f46.zip
fix(deps): update all non-major dependencies (#12140)
Co-authored-by: renovate[bot] <29139614+renovate[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 9b931b8c2..498f133e4 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.1",
"astro": "^4.15.11",
- "vue": "^3.5.10"
+ "vue": "^3.5.11"
}
}