Skip to content

Commit

Permalink
feat: update to esbuild 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Apr 28, 2021
1 parent 1ddacd6 commit 9ce1e68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 65 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-optimize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"csso": "^4.1.0",
"es-module-lexer": "^0.3.25",
"esbuild": "^0.9.3",
"esbuild": "^0.11.16",
"glob": "^7.1.6",
"html-minifier": "^4.0.0",
"hypertag": "^0.0.3",
Expand Down
2 changes: 1 addition & 1 deletion snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"cli-spinners": "^2.5.0",
"default-browser-id": "^2.0.0",
"esbuild": "^0.9.3",
"esbuild": "^0.11.16",
"fdir": "^5.0.0",
"open": "^7.0.4",
"pacote": "^11.3.1",
Expand Down
59 changes: 0 additions & 59 deletions test-dev/__snapshots__/dev.test.ts.snap

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6945,10 +6945,10 @@ es6-promisify@^5.0.0:
dependencies:
es6-promise "^4.0.3"

esbuild@^0.9.3:
version "0.9.7"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.9.7.tgz#ea0d639cbe4b88ec25fbed4d6ff00c8d788ef70b"
integrity sha512-VtUf6aQ89VTmMLKrWHYG50uByMF4JQlVysb8dmg6cOgW8JnFCipmz7p+HNBl+RR3LLCuBxFGVauAe2wfnF9bLg==
esbuild@^0.11.16:
version "0.11.16"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.11.16.tgz#435f00474fb21e70f59a545b85e4cfc7ba106485"
integrity sha512-34ZWjo4ouvM5cDe7uRoM9GFuMyEmpH9fnVYmomvS1cq9ED9d/0ZG1r+p4P2VbX7ihjv36zA2SWTmP8Zmt/EANA==

escalade@^3.1.1:
version "3.1.1"
Expand Down

0 comments on commit 9ce1e68

Please sign in to comment.