bump electron@2.0.12

This commit is contained in:
Benjamin Pasero 2018-10-24 12:13:29 +02:00
parent 57d98365b0
commit 77e3a41c36
4 changed files with 7 additions and 7 deletions

View file

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

View file

@ -51,7 +51,7 @@
},
{
"name": "electron",
"version": "2.0.11",
"version": "2.0.12",
"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.11",
"electron": "^2.0.12",
"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.11:
version "2.0.11"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.11.tgz#8e352a83ec607471e82d323a2adc7e7b53698e79"
integrity sha512-bFTMDQN3epfiymqTPdgffyTxuy/7A52sIkW7Hos+hY5XLPArOXLXAKx1JtB3dM7CcPfZa+5qp/J3cPCidh5WXg==
electron@^2.0.12:
version "2.0.12"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.12.tgz#04b11ef3246cd2a5839a8f16314051341dc5c449"
integrity sha512-mw8hoM/GPtFPP8FGiJcVNe8Rx63YJ7O8bf7McQj21HAvrXGAwReGFrpIe5xN6ec10fDXNSNyfzRucjFXtOtLcg==
dependencies:
"@types/node" "^8.0.24"
electron-download "^3.0.1"