summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-09-26 14:57:59 +0100
committerGravatar GitHub <noreply@github.com> 2024-09-26 14:57:59 +0100
commit2594eb088d53a98181ac820243bcb1a765856ecf (patch)
treee812e18ec5151b5e253f17970128eaa7db096401 /examples/framework-vue
parentd7779dfae7bc00ff94b1e4596ff5b4897f65aabe (diff)
downloadastro-2594eb088d53a98181ac820243bcb1a765856ecf.tar.gz
astro-2594eb088d53a98181ac820243bcb1a765856ecf.tar.zst
astro-2594eb088d53a98181ac820243bcb1a765856ecf.zip
fix(deps): update all non-major dependencies (#12003)feat/action-on-result
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 f0161cd31..d57d987fe 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.9",
- "vue": "^3.5.3"
+ "vue": "^3.5.8"
}
}