diff options
author | 2024-06-17 14:04:38 +0800 | |
---|---|---|
committer | 2024-06-17 14:04:38 +0800 | |
commit | 67d5a73b1260ed35ea3000e34fbdb3c27fee774e (patch) | |
tree | 3f34e2e355005cc8eecb055b29cbbe00fd8b2484 /packages/integrations/vue | |
parent | 233fee9c04ba5d9cbcda13a93f9f6d8ecd5794d8 (diff) | |
download | astro-67d5a73b1260ed35ea3000e34fbdb3c27fee774e.tar.gz astro-67d5a73b1260ed35ea3000e34fbdb3c27fee774e.tar.zst astro-67d5a73b1260ed35ea3000e34fbdb3c27fee774e.zip |
fix(deps): update dependency @vitejs/plugin-vue-jsx to v4 (#11270)
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.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 245347f12..82ce7d73e 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,7 +45,7 @@ }, "dependencies": { "@vitejs/plugin-vue": "^5.0.5", - "@vitejs/plugin-vue-jsx": "^3.1.0", + "@vitejs/plugin-vue-jsx": "^4.0.0", "@vue/compiler-sfc": "^3.4.27", "vite-plugin-vue-devtools": "^7.2.1" }, |