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 aa82993
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 180 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 [email protected]
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-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@types/node": "^15.12.2",
"@types/node": "^14.0.0",
"acorn": "^8.6.0",
"locate-character": "^2.0.5",
"magic-string": "^0.25.3"
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
Loading

0 comments on commit aa82993

Please sign in to comment.