Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit 137a9e0

Browse files
committed
dependencies: replace the multistream typing override with "@types/multistream"
1 parent 0227bab commit 137a9e0

3 files changed

Lines changed: 5 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/fs-extra": "9.0.13",
4141
"@types/is-core-module": "2.2.0",
4242
"@types/minimist": "1.2.2",
43-
"@types/multistream": "2.1.2",
43+
"@types/multistream": "4.1.0",
4444
"@types/node": "14.18.16",
4545
"@types/resolve": "1.20.2",
4646
"@types/stream-meter": "0.0.22",

typings/multistream.d.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,10 @@
326326
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
327327
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
328328

329-
"@types/multistream@2.1.2":
330-
version "2.1.2"
331-
resolved "https://registry.yarnpkg.com/@types/multistream/-/multistream-2.1.2.tgz#c168a7765cc33926cd93e895bd7d461c5235eca7"
332-
integrity sha512-Q0LINZC7Q2HE+M7uMh2QZp54F/4wz+8Vs6IEXCmeboxb3EScvqczARXPmGjP8GrEbLf68haIUjfWuQw9/kB63w==
329+
"@types/multistream@4.1.0":
330+
version "4.1.0"
331+
resolved "https://registry.yarnpkg.com/@types/multistream/-/multistream-4.1.0.tgz#517770a32e5715fdda87904a6da7d179142feba4"
332+
integrity sha512-KiMkWve/Uu0qwCtNO6ZflMLjglkXsAdLdIwb31o5YQBbevdH2DF7inqebCli+F9am8McvEqCE4GXNOUZe8jOAg==
333333
dependencies:
334334
"@types/node" "*"
335335

0 commit comments

Comments
 (0)