Skip to content

Commit

Permalink
update dep: esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Mar 10, 2022
1 parent 20f9da9 commit d4903b8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 172 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-humans-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

update esbuild@0.14.25
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"del": "^6.0.0",
"esbuild": "0.13.7",
"esbuild": "0.14.25",
"eslint": "^8.10.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 @@ -77,7 +77,7 @@
"debug": "^4.3.3",
"eol": "^0.9.1",
"es-module-lexer": "^0.9.3",
"esbuild": "0.13.7",
"esbuild": "0.14.25",
"estree-walker": "^3.0.0",
"fast-glob": "^3.2.7",
"fast-xml-parser": "^4.0.0-beta.3",
Expand Down
175 changes: 6 additions & 169 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 @@ -15,7 +15,7 @@
"@astrojs/renderer-svelte": "workspace:*",
"adm-zip": "^0.5.9",
"arg": "^5.0.0",
"esbuild": "0.13.7",
"esbuild": "0.14.25",
"globby": "^12.0.2",
"kleur": "^4.1.4",
"svelte": "^3.46.2",
Expand Down

0 comments on commit d4903b8

Please sign in to comment.