Skip to content

Commit

Permalink
chore: bust esbuild update
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Feb 27, 2025
1 parent 901838f commit 61eecbf
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"dlv": "^1.1.3",
"dset": "^3.1.4",
"es-module-lexer": "^1.6.0",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"estree-walker": "^3.0.3",
"flattie": "^1.1.1",
"github-slugger": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@astrojs/internal-helpers": "workspace:*",
"@astrojs/underscore-redirects": "workspace:*",
"@cloudflare/workers-types": "^4.20250109.0",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.17",
"miniflare": "^3.20241230.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@netlify/blobs": "^8.1.0",
"@netlify/functions": "^2.8.0",
"@vercel/nft": "^0.29.0",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"tinyglobby": "^0.2.12",
"vite": "^6.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vercel/edge": "^1.2.1",
"@vercel/nft": "^0.29.0",
"@vercel/routing-utils": "^5.0.4",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"tinyglobby": "^0.2.12"
},
"peerDependencies": {
Expand Down
25 changes: 12 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-scripts": "./index.js"
},
"dependencies": {
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"kleur": "^4.1.5",
"p-limit": "^6.2.0",
"tinyexec": "^0.3.2",
Expand Down

0 comments on commit 61eecbf

Please # to comment.