Skip to content

Commit beb38ab

Browse files
authored
[devtools] Bump electron version from 9.1.0 to 11.1.0 for darwin-arm64 builds (facebook#20496)
1 parent 6630c2d commit beb38ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"cross-spawn": "^5.0.1",
27-
"electron": "^9.1.0",
27+
"electron": "^11.1.0",
2828
"ip": "^1.1.4",
2929
"minimist": "^1.2.3",
3030
"react-devtools-core": "4.10.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5413,10 +5413,10 @@ electron-to-chromium@^1.3.523:
54135413
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.538.tgz#15226638ee9db5d8e74f4c860cef6078d8e1e871"
54145414
integrity sha512-rlyYXLlOoZkJuvY4AJXUpP7CHRVtwZz311HPVoEO1UHo/kqDCsP1pNas0A9paZuPEiYGdLwrjllF2hs69NEaTw==
54155415

5416-
electron@^9.1.0:
5417-
version "9.1.0"
5418-
resolved "https://registry.yarnpkg.com/electron/-/electron-9.1.0.tgz#ca77600c9e4cd591298c340e013384114d3d8d05"
5419-
integrity sha512-VRAF8KX1m0py9I9sf0kw1kWfeC87mlscfFcbcRdLBsNJ44/GrJhi3+E8rKbpHUeZNQxsPaVA5Zu5Lxb6dV/scQ==
5416+
electron@^11.1.0:
5417+
version "11.1.1"
5418+
resolved "https://registry.yarnpkg.com/electron/-/electron-11.1.1.tgz#188f036f8282798398dca9513e9bb3b10213e3aa"
5419+
integrity sha512-tlbex3xosJgfileN6BAQRotevPRXB/wQIq48QeQ08tUJJrXwE72c8smsM/hbHx5eDgnbfJ2G3a60PmRjHU2NhA==
54205420
dependencies:
54215421
"@electron/get" "^1.0.1"
54225422
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)