diff options
author | 2025-03-21 09:57:20 +0100 | |
---|---|---|
committer | 2025-03-21 09:57:20 +0100 | |
commit | 3bc2c094c995c47bd3e1e0e046e60db45de7a02c (patch) | |
tree | e88e5f263757429a872776634eedea157b3f7a2a /packages/integrations/vue | |
parent | f49155f5a636300888373e4b201709407eb360b7 (diff) | |
download | astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.gz astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.tar.zst astro-3bc2c094c995c47bd3e1e0e046e60db45de7a02c.zip |
fix(deps): update astro client runtimes (#13474)
* fix(deps): update astro client runtimes
* fix: pin vite-plugin-vue
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Diffstat (limited to 'packages/integrations/vue')
-rw-r--r-- | packages/integrations/vue/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 7fccefd82..a382b95a6 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -42,10 +42,10 @@ "test": "astro-scripts test \"test/**/*.test.js\"" }, "dependencies": { - "@vitejs/plugin-vue": "^5.2.1", - "@vitejs/plugin-vue-jsx": "^4.1.1", + "@vitejs/plugin-vue": "5.2.1", + "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.2.1", + "vite": "^6.2.2", "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { |