Skip to content

Commit

Permalink
Update electron-devtools-installer
Browse files Browse the repository at this point in the history
Summary: Update electron-devtools-installer to fix issue blocking installation of dev tools for some users currently: MarshallOfSound/electron-devtools-installer#140

Reviewed By: passy

Differential Revision: D22604024

fbshipit-source-id: f98d8d6e138283c54d5e1cf446b7049bb31b51a0
  • Loading branch information
nikoant authored and facebook-github-bot committed Jul 17, 2020
1 parent 000e7f8 commit a2b2ad9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion desktop/static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"dependencies": {
"electron-devtools-installer": "^3.1.0",
"electron-devtools-installer": "^3.1.1",
"expand-tilde": "^2.0.2",
"fb-watchman": "^2.0.0",
"fix-path": "^3.0.0",
Expand Down
16 changes: 8 additions & 8 deletions desktop/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4714,14 +4714,14 @@ electron-chromedriver@^9.0.0:
"@electron/get" "^1.12.2"
extract-zip "^2.0.0"

electron-devtools-installer@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.1.0.tgz#c7800d36ab8438b51d2e03345860f817ecb5797f"
integrity sha512-qZd1Aoya8YOK6QauNX92V5qyKGtb4lbs238bP+qtMBkXts24xJ/1PtOVBPvdg5w3Ts9L5o6I9sDErKuzHeJFDA==
electron-devtools-installer@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/electron-devtools-installer/-/electron-devtools-installer-3.1.1.tgz#7b56c8c86475c5e4e10de6917d150c53c9ceb55e"
integrity sha512-g2D4J6APbpsiIcnLkFMyKZ6bOpEJ0Ltcc2m66F7oKUymyGAt628OWeU9nRZoh1cNmUs/a6Cls2UfOmsZtE496Q==
dependencies:
rimraf "^3.0.2"
semver "^7.2.1"
unzip-crx "^0.2.0"
unzip-crx-3 "^0.2.0"

electron-publish@22.7.0:
version "22.7.0"
Expand Down Expand Up @@ -11901,10 +11901,10 @@ unset-value@^1.0.0:
has-value "^0.3.1"
isobject "^3.0.0"

unzip-crx@^0.2.0:
unzip-crx-3@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/unzip-crx/-/unzip-crx-0.2.0.tgz#4c0baa8bdac756256754beca7843c13d7b858c18"
integrity sha1-TAuqi9rHViVnVL7KeEPBPXuFjBg=
resolved "https://registry.yarnpkg.com/unzip-crx-3/-/unzip-crx-3-0.2.0.tgz#d5324147b104a8aed9ae8639c95521f6f7cda292"
integrity sha512-0+JiUq/z7faJ6oifVB5nSwt589v1KCduqIJupNVDoWSXZtWDmjDGO3RAEOvwJ07w90aoXoP4enKsR7ecMrJtWQ==
dependencies:
jszip "^3.1.0"
mkdirp "^0.5.1"
Expand Down

0 comments on commit a2b2ad9

Please sign in to comment.