Skip to content

Commit

Permalink
Update esbuild dependency (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Dec 6, 2022
1 parent e97fa9c commit fabd912
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 18 deletions.
7 changes: 7 additions & 0 deletions .changeset/beige-forks-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@astrojs/cloudflare': patch
'@astrojs/deno': patch
'@astrojs/netlify': patch
---

Update esbuild dependency
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"del": "^7.0.0",
"esbuild": "^0.14.43",
"esbuild": "^0.15.18",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-no-only-tests": "^2.6.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 @@ -34,7 +34,7 @@
"test": "mocha --exit --timeout 30000 test/"
},
"dependencies": {
"esbuild": "^0.14.42",
"esbuild": "^0.15.18",
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "deno test --allow-run --allow-env --allow-read --allow-net ./test/"
},
"dependencies": {
"esbuild": "^0.14.43"
"esbuild": "^0.15.18"
},
"peerDependencies": {
"astro": "^1.6.13"
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 @@ -35,7 +35,7 @@
},
"dependencies": {
"@astrojs/webapi": "^1.1.1",
"esbuild": "^0.14.43"
"esbuild": "^0.15.18"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
Expand Down
Loading

0 comments on commit fabd912

Please sign in to comment.