From c6b49704e631e1ff3ed1dda9bb8b0de61ce656fd Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 1 Aug 2024 09:21:09 +0100 Subject: [PATCH] chore: fix missing deps --- packages/utils/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/utils/package.json b/packages/utils/package.json index 1e08ef6a9f..46bd6040ca 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -163,6 +163,8 @@ "delay": "^6.0.0", "get-iterator": "^2.0.1", "is-loopback-addr": "^2.0.2", + "it-foreach": "^2.1.1", + "it-pipe": "^3.0.1", "it-pushable": "^3.2.3", "it-stream-types": "^2.0.1", "murmurhash3js-revisited": "^3.0.0", @@ -181,7 +183,6 @@ "it-all": "^3.0.6", "it-drain": "^3.0.7", "it-pair": "^2.0.6", - "it-pipe": "^3.0.1", "sinon": "^18.0.0", "sinon-ts": "^2.0.0" },