Skip to content

Commit

Permalink
chore: updated esbuild (#3028)
Browse files Browse the repository at this point in the history
* chore: updated esbuild

* Changeset
  • Loading branch information
JuanM04 committed Apr 10, 2022
1 parent ce0c54a commit 982f64f
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 108 deletions.
6 changes: 6 additions & 0 deletions .changeset/breezy-days-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'astro': patch
'@astrojs/vercel': patch
---

Updated esbuild
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"del": "^6.0.0",
"esbuild": "0.14.25",
"esbuild": "^0.14.34",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"diff": "^5.0.0",
"eol": "^0.9.1",
"es-module-lexer": "^0.10.4",
"esbuild": "0.14.25",
"esbuild": "^0.14.34",
"estree-walker": "^3.0.1",
"execa": "^6.1.0",
"fast-glob": "^3.2.11",
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 @@ -24,7 +24,7 @@
},
"dependencies": {
"@astrojs/webapi": "^0.11.0",
"esbuild": "0.14.25"
"esbuild": "^0.14.34"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
Loading

0 comments on commit 982f64f

Please sign in to comment.