Skip to content

Commit 3665ddb

Browse files
committed
Revert "chore: bump electron@9.2.1"
This reverts commit 4dea398. Internal builds are yet to be published in vscode-electron-prebuilt
1 parent b2efcbf commit 3665ddb

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 "9.2.1"
2+
target "9.2.0"
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": "03c7a54dc534ce1867d4393b9b1a6989d4a7e005"
63+
"commitHash": "0c2cb59b6283fe8d6bb4b14f8a832e2166aeaa0c"
6464
}
6565
},
6666
"isOnlyProductionDependency": true,
6767
"license": "MIT",
68-
"version": "9.2.1"
68+
"version": "9.2.0"
6969
},
7070
{
7171
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"css-loader": "^3.2.0",
110110
"debounce": "^1.0.0",
111111
"deemon": "^1.4.0",
112-
"electron": "9.2.1",
112+
"electron": "9.2.0",
113113
"eslint": "6.8.0",
114114
"eslint-plugin-jsdoc": "^19.1.0",
115115
"event-stream": "3.3.4",

yarn.lock

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

2747-
electron@9.2.1:
2748-
version "9.2.1"
2749-
resolved "https://registry.yarnpkg.com/electron/-/electron-9.2.1.tgz#54ef574e1af4ae967b5efa94312f1b6458d44a02"
2750-
integrity sha512-ZsetaQjXB8+9/EFW1FnfK4ukpkwXCxMEaiKiUZhZ0ZLFlLnFCpe0Bg4vdDf7e4boWGcnlgN1jAJpBw7w0eXuqA==
2747+
electron@9.2.0:
2748+
version "9.2.0"
2749+
resolved "https://registry.yarnpkg.com/electron/-/electron-9.2.0.tgz#d9fc8c8c9e5109669c366bd7b9ba83b06095d7a4"
2750+
integrity sha512-4ecZ3rcGg//Gk4fAK3Jo61T+uh36JhU6HHR/PTujQqQiBw1g4tNPd4R2hGGth2d+7FkRIs5GdRNef7h64fQEMw==
27512751
dependencies:
27522752
"@electron/get" "^1.0.1"
27532753
"@types/node" "^12.0.12"

0 commit comments

Comments
 (0)