diff options
author | 2024-10-22 13:16:51 +0100 | |
---|---|---|
committer | 2024-10-22 13:16:51 +0100 | |
commit | 57dedbf28d6f6d1376653e113399bd2074fe8832 (patch) | |
tree | a01b39232d749a8d443ef5256bc1986d725de4bc /packages/integrations/vue | |
parent | eb41d13162c84e9495489403611bc875eb190fed (diff) | |
parent | d2b399d668a9c4b7589af9d6ad31923f7a758039 (diff) | |
download | astro-57dedbf28d6f6d1376653e113399bd2074fe8832.tar.gz astro-57dedbf28d6f6d1376653e113399bd2074fe8832.tar.zst astro-57dedbf28d6f6d1376653e113399bd2074fe8832.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 bc541399a..76d7934a8 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.4.6" + "vite-plugin-vue-devtools": "^7.5.2" }, "devDependencies": { "astro": "workspace:*", |