summaryrefslogtreecommitdiff
path: root/packages/integrations/vue
diff options
context:
space:
mode:
authorGravatar renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 2024-06-17 14:18:41 +0800
committerGravatar GitHub <noreply@github.com> 2024-06-17 14:18:41 +0800
commit68f1d0d13e828d77721010ca840c12dfb383c4e7 (patch)
tree4af2b4b6fa734cff53ca50908182f20a4a15b900 /packages/integrations/vue
parent67d5a73b1260ed35ea3000e34fbdb3c27fee774e (diff)
downloadastro-68f1d0d13e828d77721010ca840c12dfb383c4e7.tar.gz
astro-68f1d0d13e828d77721010ca840c12dfb383c4e7.tar.zst
astro-68f1d0d13e828d77721010ca840c12dfb383c4e7.zip
chore(deps): update all non-major dependencies (#11269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r--packages/integrations/vue/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 82ce7d73e..f2cac8d34 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -46,16 +46,16 @@
"dependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
- "@vue/compiler-sfc": "^3.4.27",
- "vite-plugin-vue-devtools": "^7.2.1"
+ "@vue/compiler-sfc": "^3.4.29",
+ "vite-plugin-vue-devtools": "^7.3.0"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"cheerio": "1.0.0-rc.12",
"linkedom": "^0.18.3",
- "vite": "^5.2.13",
- "vue": "^3.4.27"
+ "vite": "^5.3.1",
+ "vue": "^3.4.29"
},
"peerDependencies": {
"astro": "^4.0.0",