From f67c697cbd4a076a8086fe6780834370a6880d13 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Thu, 6 Oct 2022 18:33:18 +0200 Subject: [PATCH] Remove the now unused jquery dependency (#2682) --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 82b3c390c..0c601daaf 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "electron-context-menu": "^3.5.0", "http-proxy-agent": "^4.0.1", "https-proxy-agent": "^5.0.0", - "jquery": "^3.6.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", "marked": "^4.0.17", diff --git a/yarn.lock b/yarn.lock index 4ec62f947..a61b54bd9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5289,11 +5289,6 @@ jest-worker@^27.4.5, jest-worker@^27.5.1: merge-stream "^2.0.0" supports-color "^8.0.0" -jquery@^3.6.0: - version "3.6.0" - resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.0.tgz#c72a09f15c1bdce142f49dbf1170bdf8adac2470" - integrity sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw== - js-tokens@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"