diff options
author | 2024-08-28 17:25:13 +0200 | |
---|---|---|
committer | 2024-08-28 17:25:13 +0200 | |
commit | 68601a954907ef77470e7a5cf9d4c8ff89fe2c99 (patch) | |
tree | 38c4cf4836b9876cb2b093efb5a1a3c193719179 /packages/integrations/vue | |
parent | 93932432e7239a1d31c68ea916945302286268e9 (diff) | |
parent | 26893f9a356e49c5c49052bd36f8b2e7e04edf4d (diff) | |
download | astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.tar.gz astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.tar.zst astro-68601a954907ef77470e7a5cf9d4c8ff89fe2c99.zip |
Merge branch 'main' into next
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index d66c36aad..99f14492e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -47,14 +47,14 @@ "@vitejs/plugin-vue": "^5.1.2", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.4.38", - "vite-plugin-vue-devtools": "^7.3.8" + "vite-plugin-vue-devtools": "^7.3.9" }, "devDependencies": { "astro": "workspace:*", "astro-scripts": "workspace:*", "cheerio": "1.0.0", "linkedom": "^0.18.4", - "vite": "^5.4.1", + "vite": "^5.4.2", "vue": "^3.4.38" }, "peerDependencies": { |