electron@2.0.11 (#60143)

This commit is contained in:
Benjamin Pasero 2018-10-08 16:08:23 +02:00 committed by GitHub
parent 61ee5fad06
commit fc971b1674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "2.0.9"
target "2.0.11"
runtime "electron"

View file

@ -51,7 +51,7 @@
},
{
"name": "electron",
"version": "2.0.9",
"version": "2.0.11",
"license": "MIT",
"repositoryURL": "https://github.com/electron/electron",
"isProd": true

View file

@ -22,7 +22,7 @@
"@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1",
"cpx": "^1.5.0",
"electron": "^2.0.9",
"electron": "^2.0.11",
"htmlparser2": "^3.9.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",

View file

@ -584,10 +584,10 @@ electron-download@^3.0.1:
semver "^5.3.0"
sumchecker "^1.2.0"
electron@^2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.9.tgz#dfc863d653fa3a2dd4fea0c63303df9c0e33c602"
integrity sha512-xRefYuz6C65ahX8vDwIJxr1Y5ffFa106dugZEbl23yLKfrAG01lh5csBJ9hJwCBPLHp2zj/9PGoJ8dt5zlzOvQ==
electron@^2.0.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.11.tgz#8e352a83ec607471e82d323a2adc7e7b53698e79"
integrity sha512-bFTMDQN3epfiymqTPdgffyTxuy/7A52sIkW7Hos+hY5XLPArOXLXAKx1JtB3dM7CcPfZa+5qp/J3cPCidh5WXg==
dependencies:
"@types/node" "^8.0.24"
electron-download "^3.0.1"