Update Electron to 2.0.9 (#58382)

This commit is contained in:
Maarten Fonville
2018-09-11 17:28:06 +02:00
committed by Benjamin Pasero
parent b3b54477ce
commit 2ba2fa5d3c
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
disturl "https://atom.io/download/electron"
target "2.0.7"
target "2.0.9"
runtime "electron"
+1 -1
View File
@@ -51,7 +51,7 @@
},
{
"name": "electron",
"version": "2.0.7",
"version": "2.0.9",
"license": "MIT",
"repositoryURL": "https://github.com/electron/electron",
"isProd": true
+2 -2
View File
@@ -22,7 +22,7 @@
"@types/webdriverio": "4.6.1",
"concurrently": "^3.5.1",
"cpx": "^1.5.0",
"electron": "^2.0.6",
"electron": "^2.0.9",
"htmlparser2": "^3.9.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
@@ -36,4 +36,4 @@
"typescript": "2.9.2",
"watch": "^1.0.2"
}
}
}
+3 -3
View File
@@ -493,9 +493,9 @@ electron-download@^3.0.1:
semver "^5.3.0"
sumchecker "^1.2.0"
electron@^2.0.6:
version "2.0.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.6.tgz#8e5c1bd2ebc08fa7a6ee906de3753c1ece9d7300"
electron@2.0.9:
version "2.0.9"
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.9.tgz#dfc863d653fa3a2dd4fea0c63303df9c0e33c602"
dependencies:
"@types/node" "^8.0.24"
electron-download "^3.0.1"