diff options
author | 2025-02-27 10:44:13 +0000 | |
---|---|---|
committer | 2025-02-27 10:44:13 +0000 | |
commit | 80926fadc06492fcae55f105582b9dc8279da6b3 (patch) | |
tree | 27f40f282a2f475c817ccb26f63767ce7b4ca9f4 /packages/integrations | |
parent | 5b6df02c8802bd963b4a466f2785fe0992ab722a (diff) | |
download | astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.gz astro-80926fadc06492fcae55f105582b9dc8279da6b3.tar.zst astro-80926fadc06492fcae55f105582b9dc8279da6b3.zip |
chore(deps): update `esbuild` and `vite` versions (#13323)
Co-authored-by: Jisu-Woniu <31986081+Jisu-Woniu@users.noreply.github.com>
Co-authored-by: natemoo-re <7118177+natemoo-re@users.noreply.github.com>
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/cloudflare/package.json | 4 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 4 | ||||
-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 | 4 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/tailwind/src/index.ts | 2 | ||||
-rw-r--r-- | packages/integrations/vercel/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c57970ee9..a336d195d 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -36,12 +36,12 @@ "@astrojs/internal-helpers": "workspace:*", "@astrojs/underscore-redirects": "workspace:*", "@cloudflare/workers-types": "^4.20250109.0", - "esbuild": "^0.24.0", + "esbuild": "^0.25.0", "estree-walker": "^3.0.3", "magic-string": "^0.30.17", "miniflare": "^3.20241230.1", "tinyglobby": "^0.2.12", - "vite": "^6.0.7", + "vite": "^6.2.0", "wrangler": "^3.101.0" }, "peerDependencies": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index e05d42b95..3505bab00 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -66,7 +66,7 @@ "@astrojs/markdown-remark": "workspace:*", "@astrojs/prism": "workspace:*", "@markdoc/markdoc": "^0.4.0", - "esbuild": "^0.24.2", + "esbuild": "^0.25.0", "github-slugger": "^2.0.0", "htmlparser2": "^10.0.0" }, diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 5ee338eb7..e0b2ca7ac 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -41,9 +41,9 @@ "@netlify/blobs": "^8.1.0", "@netlify/functions": "^2.8.0", "@vercel/nft": "^0.29.0", - "esbuild": "^0.24.0", + "esbuild": "^0.25.0", "tinyglobby": "^0.2.12", - "vite": "^6.0.7" + "vite": "^6.2.0" }, "peerDependencies": { "astro": "^5.3.0" diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 99553f939..1eae0ab51 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -41,7 +41,7 @@ "@preact/signals": "^2.0.1", "babel-plugin-transform-hook-names": "^1.0.2", "preact-render-to-string": "^6.5.13", - "vite": "^6.0.11" + "vite": "^6.2.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index aa2d83609..62804823e 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.0.11" + "vite": "^6.2.0" }, "devDependencies": { "@types/react": "^18.3.18", diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 4cba3d265..378d07536 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -35,8 +35,8 @@ "dev": "astro-scripts dev \"src/**/*.ts\"" }, "dependencies": { - "vite-plugin-solid": "^2.11.1", - "vite": "^6.0.11" + "vite": "^6.2.0", + "vite-plugin-solid": "^2.11.1" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 922429ff3..ef7d79ef5 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -41,7 +41,7 @@ "dependencies": { "@sveltejs/vite-plugin-svelte": "^5.0.3", "svelte2tsx": "^0.7.34", - "vite": "^6.0.11" + "vite": "^6.2.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/tailwind/src/index.ts b/packages/integrations/tailwind/src/index.ts index 45f72ca32..7c83d9518 100644 --- a/packages/integrations/tailwind/src/index.ts +++ b/packages/integrations/tailwind/src/index.ts @@ -42,7 +42,7 @@ async function getViteConfiguration( postcssPlugins.push(tailwindPlugin(tailwindConfigPath)); postcssPlugins.push(autoprefixerPlugin()); - + return { css: { postcss: { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 3ad484311..3aba865a5 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -51,7 +51,7 @@ "@vercel/edge": "^1.2.1", "@vercel/nft": "^0.29.0", "@vercel/routing-utils": "^5.0.4", - "esbuild": "^0.24.0", + "esbuild": "^0.25.0", "tinyglobby": "^0.2.12" }, "peerDependencies": { diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 406cf18ed..38cd7c501 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.1", "@vue/compiler-sfc": "^3.5.13", - "vite": "^6.0.11", + "vite": "^6.2.0", "vite-plugin-vue-devtools": "^7.7.1" }, "devDependencies": { |