Skip to content

Commit 5a93f9f

Browse files
committed
removed unused jquery-colorbox from package.json
1 parent 514b91a commit 5a93f9f

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"expose-loader": "1",
2626
"hls.js": "^1.1.1",
2727
"jquery": "3.5.1",
28-
"jquery-colorbox": "^1.6.4",
2928
"jquery-ui": "1.12.1",
3029
"js-cookie": "2.2.0",
3130
"leaflet": "1.3.1",

yarn.lock

+1-8
Original file line numberDiff line numberDiff line change
@@ -2609,13 +2609,6 @@ jest-worker@^27.4.5:
26092609
merge-stream "^2.0.0"
26102610
supports-color "^8.0.0"
26112611

2612-
jquery-colorbox@^1.6.4:
2613-
version "1.6.4"
2614-
resolved "https://registry.yarnpkg.com/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz#799452523a6c494839224ef702e807deb9c06cc5"
2615-
integrity sha512-nC5xs9dSmIZ5n62a9HreGJTUmZJwfZ2DQXDVnHKs3Z2VNg91o8FFGeu7OWcCxYj7QIkrCGoMypaCftrR8YEJsA==
2616-
dependencies:
2617-
jquery ">=1.3.2"
2618-
26192612
26202613
version "1.12.1"
26212614
resolved "https://registry.yarnpkg.com/jquery-ui/-/jquery-ui-1.12.1.tgz#bcb4045c8dd0539c134bc1488cdd3e768a7a9e51"
@@ -2626,7 +2619,7 @@ [email protected]:
26262619
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.5.1.tgz#d7b4d08e1bfdb86ad2f1a3d039ea17304717abb5"
26272620
integrity sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg==
26282621

2629-
jquery@>=1.3.2, jquery@>=1.7, jquery@^3.5.1:
2622+
jquery@>=1.7, jquery@^3.5.1:
26302623
version "3.7.1"
26312624
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
26322625
integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==

0 commit comments

Comments
 (0)