From 8b3775030ed1a69b13e4f4c628c612102e30a681 Mon Sep 17 00:00:00 2001 From: Robo Date: Thu, 18 Jan 2024 05:15:12 +0900 Subject: [PATCH] chore: update electron v25.9.7 (#202679) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: bump 1.85.2 * chore: update electron builds for v25.9.7 * bump distro --------- Co-authored-by: João Moreno --- .yarnrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.yarnrc b/.yarnrc index 105cc4951655c..140f367b43002 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,5 +1,5 @@ disturl "https://electronjs.org/headers" target "25.9.7" -ms_build_id "25551756" +ms_build_id "26354273" runtime "electron" build_from_source "true" diff --git a/package.json b/package.json index 2f4cf305f6ad4..012ddefc47e88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "code-oss-dev", - "version": "1.85.1", - "distro": "5f8805862a2917cf9adde714616dc196235a7014", + "version": "1.85.2", + "distro": "2da261a80a39be375a7a51cf9382b9c7e8e83166", "author": { "name": "Microsoft Corporation" },