Skip to content

Commit

Permalink
[performance] make sure decompress is set to 4.2.0
Browse files Browse the repository at this point in the history
decompress 4.2.1 will cause a huge performance degradation in plugins deployment
See: kevva/decompress#77

Signed-off-by: Amiram Wingarten <[email protected]>
  • Loading branch information
amiramw committed May 1, 2020
1 parent 87677a2 commit 7498bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/mime": "^2.0.1",
"@types/serve-static": "^1.13.3",
"connect": "^3.7.0",
"decompress": "^4.2.0",
"decompress": "4.2.0",
"escape-html": "^1.0.3",
"filenamify": "^4.1.0",
"jsonc-parser": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4600,7 +4600,7 @@ decompress-unzip@^4.0.1:
pify "^2.3.0"
yauzl "^2.4.2"

decompress@^4.2.0:
[email protected]:
version "4.2.0"
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.0.tgz#7aedd85427e5a92dacfe55674a7c505e96d01f9d"
integrity sha1-eu3YVCflqS2s/lVnSnxQXpbQH50=
Expand Down

0 comments on commit 7498bd1

Please sign in to comment.