Skip to content

Commit ccb0d3a

Browse files
committed
Remove unused dependency split2
This was used with now-removed `--link`.
1 parent 4a121ed commit ccb0d3a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"@types/proxy-from-env": "^1.0.1",
5050
"@types/safe-compare": "^1.1.0",
5151
"@types/semver": "^7.1.0",
52-
"@types/split2": "^3.2.0",
5352
"@types/trusted-types": "^2.0.2",
5453
"@types/ws": "^8.5.3",
5554
"@typescript-eslint/eslint-plugin": "^5.41.0",
@@ -105,7 +104,6 @@
105104
"safe-buffer": "^5.1.1",
106105
"safe-compare": "^1.1.4",
107106
"semver": "^7.1.3",
108-
"split2": "^4.0.0",
109107
"ws": "^8.0.0",
110108
"xdg-basedir": "^4.0.0"
111109
},

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -332,13 +332,6 @@
332332
"@types/mime" "^1"
333333
"@types/node" "*"
334334

335-
"@types/split2@^3.2.0":
336-
version "3.2.1"
337-
resolved "https://registry.yarnpkg.com/@types/split2/-/split2-3.2.1.tgz#97c42b560a1b41064d46cd728cf1267d5755ee34"
338-
integrity sha512-7uz3yU+LooBq4yNOzlZD9PU9/1Eu0rTD1MjQ6apOVEoHsPrMUrFw7W8XrvWtesm2vK67SBK9AyJcOXtMpl9bgQ==
339-
dependencies:
340-
"@types/node" "*"
341-
342335
"@types/trusted-types@^2.0.2":
343336
version "2.0.2"
344337
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756"
@@ -3357,11 +3350,6 @@ spdx-license-ids@^3.0.0:
33573350
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz#e9c18a410e5ed7e12442a549fbd8afa767038d65"
33583351
integrity sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==
33593352

3360-
split2@^4.0.0:
3361-
version "4.2.0"
3362-
resolved "https://registry.yarnpkg.com/split2/-/split2-4.2.0.tgz#c9c5920904d148bab0b9f67145f245a86aadbfa4"
3363-
integrity sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==
3364-
33653353
split@^1.0.1:
33663354
version "1.0.1"
33673355
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"

0 commit comments

Comments
 (0)