diff options
author | 2023-11-21 12:09:19 +0800 | |
---|---|---|
committer | 2023-11-21 12:09:19 +0800 | |
commit | abf601233f8188d118a8cb063c777478d8d9f1a3 (patch) | |
tree | 357fc25bc46528a4420b098b33caf062ae0d4af0 /examples/framework-vue | |
parent | 6201bbe96c2a083fb201e4a43a9bd88499821a3e (diff) | |
download | astro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.gz astro-abf601233f8188d118a8cb063c777478d8d9f1a3.tar.zst astro-abf601233f8188d118a8cb063c777478d8d9f1a3.zip |
Update all dependencies (#9138)
Co-authored-by: delucis <delucis@users.noreply.github.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 99a6b678f..d9fd35d0f 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/vue": "^3.0.4", "astro": "^3.5.5", - "vue": "^3.3.4" + "vue": "^3.3.8" } } |