diff options
author | 2024-10-31 16:16:00 +0800 | |
---|---|---|
committer | 2024-10-31 16:16:00 +0800 | |
commit | 63b4ab95b9769415db9ee85890c62acf51e0a286 (patch) | |
tree | cce5abe02fa96b2408c1879d57f3ce448f358095 /packages/integrations/vue | |
parent | c1786d64c4d8b25ed28f5e178531952466158e04 (diff) | |
parent | 5f7bf49d38ab888e65f010e106579c7947a8d5c6 (diff) | |
download | astro-63b4ab95b9769415db9ee85890c62acf51e0a286.tar.gz astro-63b4ab95b9769415db9ee85890c62acf51e0a286.tar.zst astro-63b4ab95b9769415db9ee85890c62acf51e0a286.zip |
Merge branch 'main' into next
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 76d7934a8..a64712b52 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -48,7 +48,7 @@ "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", - "vite-plugin-vue-devtools": "^7.5.2" + "vite-plugin-vue-devtools": "^7.5.4" }, "devDependencies": { "astro": "workspace:*", |