Skip to content

Commit 45b2a7e

Browse files
authored
chore: bump electron@7.2.1 (microsoft#94727)
* chore: bump electron@7.1.14 * chore: bump electron@7.2.1
1 parent b67ec60 commit 45b2a7e

4 files changed

Lines changed: 8 additions & 8 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 "7.1.11"
2+
target "7.2.1"
33
runtime "electron"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"git": {
6161
"name": "electron",
6262
"repositoryUrl": "https://github.com/electron/electron",
63-
"commitHash": "d17dfabfcba7bd0bc994b8dac5f5d2000bef572c"
63+
"commitHash": "456c9f09a28ef59c82e43fe0602eddddeb211c77"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "7.1.11"
68+
"version": "7.2.1"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"cson-parser": "^1.3.3",
9797
"css-loader": "^3.2.0",
9898
"debounce": "^1.0.0",
99-
"electron": "7.1.11",
99+
"electron": "7.2.1",
100100
"eslint": "6.8.0",
101101
"eslint-plugin-jsdoc": "^19.1.0",
102102
"event-stream": "3.3.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2707,10 +2707,10 @@ electron-to-chromium@^1.2.7:
27072707
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.27.tgz#78ecb8a399066187bb374eede35d9c70565a803d"
27082708
integrity sha1-eOy4o5kGYYe7N07t412ccFZagD0=
27092709

2710-
electron@7.1.11:
2711-
version "7.1.11"
2712-
resolved "https://registry.yarnpkg.com/electron/-/electron-7.1.11.tgz#3a95e35804af083d58b590513afea5e2290c4b66"
2713-
integrity sha512-YDXfnovKY+8iZ5ISQh1kRqYIRKbpOSxGXCx2WVxPFPutEQ7Q/Xzr3h4GePEY25/NXMytMfhKaAZAYjtWUm3r9Q==
2710+
electron@7.2.1:
2711+
version "7.2.1"
2712+
resolved "https://registry.yarnpkg.com/electron/-/electron-7.2.1.tgz#e32a034b299ecee5343b3a3b98487f4f0242d86d"
2713+
integrity sha512-Y8ehT8NMR7oltzJ/j5+PD9YU8qbJsYAqiPslwPrZV+e+vl76tiIkRZy78UaJq9gin3ddzpS2Yt0rACsfgYr85w==
27142714
dependencies:
27152715
"@electron/get" "^1.0.1"
27162716
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)