Update electron to the latest version (#645)

Summary:
## The devDependency [electron](https://github.com/electron/electron) was updated from `7.1.1` to `7.1.2`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

 ---

**Publisher:** [electron-nightly](https://www.npmjs.com/~electron-nightly)
**License:** MIT

[Find out more about this release](https://github.com/electron/electron).

 ---

  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

 ---

Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Pull Request resolved: https://github.com/facebook/flipper/pull/645

Test Plan: Imported from GitHub, without a `Test Plan:` line

Reviewed By: jknoxville

Differential Revision: D18613576

Pulled By: cekkaewnumchai

fbshipit-source-id: eddfbb3571c79ba79fae8078c98d74090cbff4f6
This commit is contained in:
greenkeeper[bot]
2019-11-21 02:48:55 -08:00
committed by Facebook Github Bot
parent 8c5ae0e962
commit c1de6f4276
2 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
]
},
"resolutions": {
"@jest-runner/electron/electron": "7.1.1",
"@jest-runner/electron/electron": "7.1.2",
"adbkit/adbkit-logcat": "2",
"@types/react": "16.9.11",
"@types/react-dom": "16.9.2"
@@ -85,7 +85,7 @@
"@typescript-eslint/parser": "^2.1.1-alpha.4",
"babel-code-frame": "^6.26.0",
"babel-eslint": "^10.0.1",
"electron": "7.1.1",
"electron": "7.1.2",
"electron-builder": "22.1.0",
"eslint": "^6.5.1",
"eslint-config-fbjs": "^3.1.1",

View File

@@ -3335,10 +3335,10 @@ electron-to-chromium@^1.3.284:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.292.tgz#7812fc5138619342f1dd5823df6e9cbb7d2820e9"
integrity sha512-hqkem5ANpt6mxVXmhAmlbdG8iicuyM/jEYgmP1tiHPeOLyZoTyGUzrDmJS/xyrrZy9frkW1uQcubicu7f6DS5g==
electron@7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.1.tgz#98be17d850e64689a09ab6dd1e437b36307f2fcf"
integrity sha512-NJPv4SuMJlRUtXBd/Ey9XKSLOZ4+hxsOrHHPXwrBQNNdeZesoSrTMgPymee/FwMRtrSt0Pz8NccEZUu/pxmbhQ==
electron@7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.2.tgz#d1726b9e50b29e97f5f12b52feb225ba87e0640f"
integrity sha512-7hjONYt2GlQfKuKgQrhhUL1P9lbGWLBfMUq+2QFU3yeLtCvM0ROfPJCRP4OF5pVp3KDyfFp4DtmhuVzAnxV3jA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"