summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-08-13 22:29:37 +0800
committerGravatar GitHub <noreply@github.com> 2024-08-13 22:29:37 +0800
commit315ec07e1b25042cf0298b0d55dbcd6dd6a39890 (patch)
treec36a751f8f921005546d5cbb67f62cd41585cbbb /examples/framework-vue
parentfc24e1b6f522cf78786a67ee2b308754ab2bfafd (diff)
downloadastro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.gz
astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.tar.zst
astro-315ec07e1b25042cf0298b0d55dbcd6dd6a39890.zip
fix(deps): update all non-major dependencies (#11674)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.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 df136b65e..ec0392c21 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"@astrojs/vue": "^4.5.0",
"astro": "^4.13.3",
- "vue": "^3.4.35"
+ "vue": "^3.4.37"
}
}