diff options
author | 2024-10-15 14:42:58 +0800 | |
---|---|---|
committer | 2024-10-15 14:42:58 +0800 | |
commit | 5ab2d980aae8c92e71e01a8bd21c8d771e576085 (patch) | |
tree | 1427f61bf23ab3e71d267f8d214659d454268072 /examples/framework-vue/package.json | |
parent | 79ffa5d9f75c16465134aa4ed4a3d1d59908ba8b (diff) | |
download | astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.gz astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.tar.zst astro-5ab2d980aae8c92e71e01a8bd21c8d771e576085.zip |
fix(deps): update all non-major dependencies (#12218)
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/package.json')
-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 3d6858ee7..a93f33b67 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^4.5.2", "astro": "^4.16.3", - "vue": "^3.5.11" + "vue": "^3.5.12" } } |