Skip to content

Commit

Permalink
fix: update esbuild to 0.12 (#3570)
Browse files Browse the repository at this point in the history
Update esbuild to the latest 0.12 release.
https://github.com/evanw/esbuild/blob/master/CHANGELOG.md
Breaking changes concern CSS bundling, which Vite does not use,
and changing the priority of the inject and define settings,
which should have little impact since Vite only uses define.
  • Loading branch information
ludofischer committed May 29, 2021
1 parent 7db69a3 commit 421c530
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.23",
"esbuild": "^0.12.5",
"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 @@ -2747,10 +2747,10 @@ es-to-primitive@^1.2.1:
is-date-object "^1.0.1"
is-symbol "^1.0.2"

esbuild@^0.11.23:
version "0.11.23"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8"
integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q==
esbuild@^0.12.5:
version "0.12.5"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.5.tgz#36076a6bc1966ba2741981d30512e95e8aaff495"
integrity sha512-vcuP53pA5XiwUU4FnlXM+2PnVjTfHGthM7uP1gtp+9yfheGvFFbq/KyuESThmtoHPUrfZH5JpxGVJIFDVD1Egw==

escalade@^3.1.1:
version "3.1.1"
Expand Down

0 comments on commit 421c530

Please sign in to comment.