diff --git a/src/loggy-intf/package.json b/src/loggy-intf/package.json index 1ab5ae932..6872f5de2 100644 --- a/src/loggy-intf/package.json +++ b/src/loggy-intf/package.json @@ -15,7 +15,6 @@ "dependencies": { "@this/async": "*", - "@this/codec": "*", "@this/quant": "*", "@this/text": "*", "@this/typey": "*", diff --git a/src/loggy/package.json b/src/loggy/package.json index 41a6f350d..d44f67e5c 100644 --- a/src/loggy/package.json +++ b/src/loggy/package.json @@ -21,6 +21,7 @@ "@this/loggy-intf": "*", "@this/metacomp": "*", "@this/quant": "*", - "@this/typey": "*" + "@this/typey": "*", + "@this/util": "*" } } diff --git a/src/net-util/package.json b/src/net-util/package.json index 12c9ccf6b..dbec7e0ee 100644 --- a/src/net-util/package.json +++ b/src/net-util/package.json @@ -15,7 +15,6 @@ "dependencies": { "@this/async": "*", - "@this/codec": "*", "@this/collections": "*", "@this/fs-util": "*", "@this/loggy-intf": "*", diff --git a/src/quant/package.json b/src/quant/package.json index 2145512cf..5d6d6e035 100644 --- a/src/quant/package.json +++ b/src/quant/package.json @@ -14,7 +14,6 @@ }, "dependencies": { - "@this/codec": "*", "@this/typey": "*", "@this/util": "*" } diff --git a/src/util/package.json b/src/util/package.json index 5bda50a5b..8dbe5513a 100644 --- a/src/util/package.json +++ b/src/util/package.json @@ -14,7 +14,6 @@ }, "dependencies": { - "@this/async": "*", "@this/typey": "*" } }