From f1f56957863028f62a1259522a08f0fedf29d334 Mon Sep 17 00:00:00 2001 From: Emma Date: Tue, 30 Jan 2024 13:22:07 -0500 Subject: [PATCH] Import `core-js` because not all webviews are equal --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 228cfc554fbf9..5dc59259508ad 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@seald-io/nedb": "^4.0.4", "@silvermine/videojs-quality-selector": "^1.3.1", "autolinker": "^4.0.0", + "core-js": "^3.35.1", "electron-context-menu": "^3.6.1", "lodash.debounce": "^4.0.8", "marked": "^11.1.1", diff --git a/yarn.lock b/yarn.lock index eab7405b01d13..23ecdd30362bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2858,6 +2858,11 @@ core-js-compat@^3.31.0, core-js-compat@^3.33.1, core-js-compat@^3.34.0: dependencies: browserslist "^4.22.2" +core-js@^3.35.1: + version "3.35.1" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.35.1.tgz#9c28f8b7ccee482796f8590cc8d15739eaaf980c" + integrity sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw== + core-util-is@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"