diff options
author | 2025-03-31 23:18:20 +0900 | |
---|---|---|
committer | 2025-03-31 23:18:20 +0900 | |
commit | ff9d69e3443c80059c54f6296d19f66bb068ead3 (patch) | |
tree | cb22f15eea41a50c25dd131e0ac09548e63b897a /packages/integrations | |
parent | b8645c18fcbc903d494c42b70d54ce66852810bc (diff) | |
download | astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.gz astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.tar.zst astro-ff9d69e3443c80059c54f6296d19f66bb068ead3.zip |
fix: update `vite` to latest version (#13526)
* fix: update `vite` to latest version
* apply suggestion
Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/alpinejs/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/cloudflare/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/preact/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/solid/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json index bd5afcdc7..4ac5ae595 100644 --- a/packages/integrations/alpinejs/package.json +++ b/packages/integrations/alpinejs/package.json @@ -41,7 +41,7 @@ "@playwright/test": "1.51.1", "astro": "workspace:*", "astro-scripts": "workspace:*", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "publishConfig": { "provenance": true diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 5978877cb..fcc51d44b 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -42,7 +42,7 @@ "magic-string": "^0.30.17", "miniflare": "^4.20250321.1", "tinyglobby": "^0.2.12", - "vite": "^6.2.3", + "vite": "^6.2.4", "wrangler": "^4.5.1" }, "peerDependencies": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 0d3815f1c..7a6bd3d6c 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -79,7 +79,7 @@ "astro-scripts": "workspace:*", "devalue": "^5.1.1", "linkedom": "^0.18.9", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index d72e39b75..f0f16d490 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -70,7 +70,7 @@ "remark-toc": "^9.0.0", "shiki": "^3.2.1", "unified": "^11.0.5", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "engines": { "node": "^18.17.1 || ^20.3.0 || >=22.0.0" diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index c7c4c574f..8c9c24e54 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -44,7 +44,7 @@ "@vercel/nft": "^0.29.2", "esbuild": "^0.25.0", "tinyglobby": "^0.2.12", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "peerDependencies": { "astro": "^5.3.0" diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index c36ffd950..fae3acfbe 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -41,7 +41,7 @@ "@preact/signals": "^2.0.2", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 7fc061bd4..5c6fb608b 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -51,7 +51,7 @@ "dependencies": { "@vitejs/plugin-react": "^4.3.4", "ultrahtml": "^1.5.3", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "devDependencies": { "@types/react": "^18.3.20", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 965074a05..eba5d12f5 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -35,7 +35,7 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "vite": "^6.2.3", + "vite": "^6.2.4", "vite-plugin-solid": "^2.11.6" }, "devDependencies": { diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index fe34c7bd0..aa36f62c6 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -42,7 +42,7 @@ "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.35", - "vite": "^6.2.3" + "vite": "^6.2.4" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index e71d2234a..f8f8a4eeb 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -45,7 +45,7 @@ "@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.2", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.2.3", + "vite": "^6.2.4", "vite-plugin-vue-devtools": "^7.7.2" }, "devDependencies": { |