Skip to content

Commit

Permalink
deps: bump esbuild to 0.11.20, fix #3247 (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin authored May 12, 2021
1 parent df46c0d commit aee0928
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"//": "READ .github/contributing.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.11.19",
"esbuild": "^0.11.20",
"postcss": "^8.2.10",
"resolve": "^1.19.0",
"rollup": "^2.38.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2908,10 +2908,10 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"

esbuild@^0.11.19:
version "0.11.19"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.19.tgz#59289d9c6ee3f45d0db289a662c31473da25c199"
integrity sha512-X2h8UThAwKLxmc1OChHVegIScphS/qU9cUB5vCEV2T0A024E8Ptpg9xssXXcs+j1uEgXrDJZuVRzx2JsmGzq7A==
esbuild@^0.11.20:
version "0.11.20"
resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.20.tgz#7cefa1aee8b372c184e42457885f7ce5d3e62a1e"
integrity sha512-QOZrVpN/Yz74xfat0H6euSgn3RnwLevY1mJTEXneukz1ln9qB+ieaerRMzSeETpz/UJWsBMzRVR/andBht5WKw==

escalade@^3.1.1:
version "3.1.1"
Expand Down

0 comments on commit aee0928

Please sign in to comment.