Skip to content

Commit fc971b1

Browse files
authored
electron@2.0.11 (microsoft#60143)
1 parent 61ee5fa commit fc971b1

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
disturl "https://atom.io/download/electron"
2-
target "2.0.9"
2+
target "2.0.11"
33
runtime "electron"

OSSREADME.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"name": "electron",
54-
"version": "2.0.9",
54+
"version": "2.0.11",
5555
"license": "MIT",
5656
"repositoryURL": "https://github.com/electron/electron",
5757
"isProd": true

test/smoke/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/webdriverio": "4.6.1",
2323
"concurrently": "^3.5.1",
2424
"cpx": "^1.5.0",
25-
"electron": "^2.0.9",
25+
"electron": "^2.0.11",
2626
"htmlparser2": "^3.9.2",
2727
"mkdirp": "^0.5.1",
2828
"mocha": "^5.2.0",

test/smoke/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,10 +584,10 @@ electron-download@^3.0.1:
584584
semver "^5.3.0"
585585
sumchecker "^1.2.0"
586586

587-
electron@^2.0.9:
588-
version "2.0.9"
589-
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.9.tgz#dfc863d653fa3a2dd4fea0c63303df9c0e33c602"
590-
integrity sha512-xRefYuz6C65ahX8vDwIJxr1Y5ffFa106dugZEbl23yLKfrAG01lh5csBJ9hJwCBPLHp2zj/9PGoJ8dt5zlzOvQ==
587+
electron@^2.0.11:
588+
version "2.0.11"
589+
resolved "https://registry.yarnpkg.com/electron/-/electron-2.0.11.tgz#8e352a83ec607471e82d323a2adc7e7b53698e79"
590+
integrity sha512-bFTMDQN3epfiymqTPdgffyTxuy/7A52sIkW7Hos+hY5XLPArOXLXAKx1JtB3dM7CcPfZa+5qp/J3cPCidh5WXg==
591591
dependencies:
592592
"@types/node" "^8.0.24"
593593
electron-download "^3.0.1"

0 commit comments

Comments
 (0)