diff options
author | 2024-07-23 11:43:14 +0800 | |
---|---|---|
committer | 2024-07-23 11:43:14 +0800 | |
commit | 536209aa74924dbde4084026e3b72832961813ac (patch) | |
tree | 374bd0683ca8387c0d793034ca6d558278a30a2b /examples/framework-vue | |
parent | 80681318c6cb0f612fcb5188933fdd20a8f474a3 (diff) | |
download | astro-536209aa74924dbde4084026e3b72832961813ac.tar.gz astro-536209aa74924dbde4084026e3b72832961813ac.tar.zst astro-536209aa74924dbde4084026e3b72832961813ac.zip |
fix(deps): update all non-major dependencies (#11522)
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 7c6ff7fae..e8f4c0a4c 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.12.2", - "vue": "^3.4.31" + "vue": "^3.4.33" } } |