Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2021-04-07 22:48:34 +0300
committerGitHub <noreply@github.com>2021-04-07 22:48:34 +0300
commitbb6757bfc6af95149c3d07f885aa40ef60180e62 (patch)
treec4aa41384e24933a9c8e964ae45724c43d22718f /.yarnrc
parent73ae56b82b0fd268cab08e5903666025c1f6c335 (diff)
Pick up electron 11.4.2 (#120670)
* Pick up electorn 11.4.2 This brings in the service worker support required for #120654 * Update cgmanifest
Diffstat (limited to '.yarnrc')
-rw-r--r--.yarnrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.yarnrc b/.yarnrc
index fc528a9af4f..c142fdee01c 100644
--- a/.yarnrc
+++ b/.yarnrc
@@ -1,3 +1,3 @@
disturl "https://electronjs.org/headers"
-target "11.4.1"
+target "11.4.2"
runtime "electron"