Skip to content

Commit 202c20f

Browse files
authored
Merge pull request #17628 from rak-phillip/task/17626-deps-utility
Remove unused utility deps
2 parents 461686c + 03c3426 commit 202c20f

3 files changed

Lines changed: 2 additions & 27 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"cronstrue": "2.53.0",
8989
"custom-event-polyfill": "1.0.7",
9090
"d3": "7.3.0",
91-
"d3-selection": "3.0.0",
9291
"dayjs": "1.11.18",
9392
"diff": "9.0.0",
9493
"diff2html": "3.4.24",
@@ -108,7 +107,6 @@
108107
"jquery": "3.5.1",
109108
"js-yaml": "4.1.1",
110109
"js-yaml-loader": "1.2.2",
111-
"jsdiff": "1.1.1",
112110
"jsonpath-plus": "10.3.0",
113111
"jsrsasign": "11.1.1",
114112
"jszip": "3.10.1",
@@ -119,10 +117,8 @@
119117
"portal-vue": "3.0.0",
120118
"sass": "1.97.3",
121119
"sass-loader": "12.6.0",
122-
"shell-quote": "1.7.3",
123120
"ufo": "0.7.11",
124121
"unfetch": "4.2.0",
125-
"url-parse": "1.5.10",
126122
"vee-validate": "4.15.0",
127123
"vue-router": "4.6.4",
128124
"vue-select": "4.0.0-beta.6",

shell/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
"custom-event-polyfill": "^1.0.7",
7272
"cypress": "11.1.0",
7373
"d3": "7.3.0",
74-
"d3-selection": "3.0.0",
7574
"dayjs": "1.11.18",
7675
"diff": "9.0.0",
7776
"diff2html": "3.4.24",
@@ -103,7 +102,6 @@
103102
"jquery": "3.5.1",
104103
"js-yaml": "4.1.1",
105104
"js-yaml-loader": "1.2.2",
106-
"jsdiff": "1.1.1",
107105
"jsonpath-plus": "10.3.0",
108106
"jsrsasign": "11.1.1",
109107
"jszip": "3.10.1",
@@ -117,13 +115,11 @@
117115
"sass": "1.97.3",
118116
"sass-loader": "12.6.0",
119117
"serve-static": "1.14.1",
120-
"shell-quote": "1.7.3",
121118
"start-server-and-test": "2.0.10",
122119
"style-loader": "1.2.1",
123120
"typescript": "5.6.3",
124121
"ufo": "0.7.11",
125122
"unfetch": "4.2.0",
126-
"url-parse": "1.5.10",
127123
"vee-validate": "^4.15.1",
128124
"vue": "3.5.29",
129125
"vue-router": "4.6.4",

shell/yarn.lock

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5593,7 +5593,7 @@ d3-scale@4:
55935593
d3-time "2.1.1 - 3"
55945594
d3-time-format "2 - 4"
55955595

5596-
"d3-selection@2 - 3", d3-selection@3, d3-selection@3.0.0:
5596+
"d3-selection@2 - 3", d3-selection@3:
55975597
version "3.0.0"
55985598
resolved "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31"
55995599
integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==
@@ -7961,11 +7961,6 @@ is-docker@^2.0.0, is-docker@^2.1.1:
79617961
resolved "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
79627962
integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
79637963

7964-
is-equal@~0.1.0:
7965-
version "0.1.0"
7966-
resolved "https://registry.npmjs.org/is-equal/-/is-equal-0.1.0.tgz#fcf6e0fdc9dca9a4d4768bae73b8cdaa5b3fab6e"
7967-
integrity sha512-TXeTngl99D9PltZtHiuAJE8YpG7V3KR8Djya8SQQ9MMJ+nDuAui+AxQY8a0y8csxUlOn/ZpFj4ACh8semteBGQ==
7968-
79697964
is-extendable@^0.1.0:
79707965
version "0.1.1"
79717966
resolved "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89"
@@ -8808,13 +8803,6 @@ jsbn@~0.1.0:
88088803
resolved "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
88098804
integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
88108805

8811-
jsdiff@1.1.1:
8812-
version "1.1.1"
8813-
resolved "https://registry.npmjs.org/jsdiff/-/jsdiff-1.1.1.tgz#eaa6e7c16db9f64b979d28f986fa1ca457b222e5"
8814-
integrity sha512-a3k+sL1kZ9cGcEzu+4juqCp4QbEDibhu0mHSlBL/fNmekWyfRpffZ8tGhlxD3mBNVLa/GCYeTwxex351hGlerw==
8815-
dependencies:
8816-
is-equal "~0.1.0"
8817-
88188806
jsdom@^16.6.0:
88198807
version "16.7.0"
88208808
resolved "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz#918ae71965424b197c819f8183a754e18977b710"
@@ -11269,11 +11257,6 @@ shebang-regex@^3.0.0:
1126911257
resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
1127011258
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
1127111259

11272-
shell-quote@1.7.3:
11273-
version "1.7.3"
11274-
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.3.tgz#aa40edac170445b9a431e17bb62c0b881b9c4123"
11275-
integrity sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==
11276-
1127711260
shell-quote@^1.8.3:
1127811261
version "1.8.3"
1127911262
resolved "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz#55e40ef33cf5c689902353a3d8cd1a6725f08b4b"
@@ -12247,7 +12230,7 @@ uri-js@^4.2.2:
1224712230
dependencies:
1224812231
punycode "^2.1.0"
1224912232

12250-
url-parse@1.5.10, url-parse@^1.5.3:
12233+
url-parse@^1.5.3:
1225112234
version "1.5.10"
1225212235
resolved "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
1225312236
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==

0 commit comments

Comments
 (0)