From ae764bc31ed3485282c679cf8cc07d276d8a937b Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 23 Dec 2022 00:18:16 +0100 Subject: [PATCH] add missing deps to workspaces --- package-lock.json | 34 +++++++++++++++++++++--- packages/enr/package.json | 1 + packages/libp2p-utils/package.json | 1 + packages/message-encryption/package.json | 1 + packages/peer-exchange/package.json | 2 ++ packages/tests/package.json | 7 +++++ 6 files changed, 43 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1e412e8b3..db38a07e8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,11 +6,11 @@ "": { "name": "@waku/root", "workspaces": [ - "packages/proto", "packages/byte-utils", - "packages/enr", - "packages/interfaces", "packages/libp2p-utils", + "packages/proto", + "packages/interfaces", + "packages/enr", "packages/peer-exchange", "packages/core", "packages/dns-discovery", @@ -27271,6 +27271,7 @@ "@rollup/plugin-node-resolve": "^13.3.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "@waku/interfaces": "*", "chai": "^4.3.4", "cspell": "^6.17.0", "eslint": "^8.6.0", @@ -27309,8 +27310,10 @@ "@rollup/plugin-node-resolve": "^13.3.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "@waku/interfaces": "*", "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -27377,6 +27380,7 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -27412,6 +27416,7 @@ "@typescript-eslint/parser": "^5.8.1", "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -27443,6 +27448,8 @@ "@waku/core": "*", "@waku/enr": "*", "@waku/interfaces": "*", + "@waku/libp2p-utils": "*", + "@waku/proto": "*", "debug": "^4.3.4", "it-all": "^1.0.6", "it-length-prefixed": "^8.0.2", @@ -27521,15 +27528,22 @@ "@libp2p/bootstrap": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", + "app-root-path": "^3.0.0", + "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^4.0.2", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^4.0.0", + "mocha": "^9.1.3", "npm-run-all": "^4.1.5", + "p-timeout": "^6.0.0", + "portfinder": "^1.0.28", "prettier": "^2.1.1", + "tail": "^2.2.0", "typescript": "^4.6.3" }, "engines": { @@ -31340,6 +31354,7 @@ "@typescript-eslint/parser": "^5.8.1", "@waku/byte-utils": "*", "@waku/enr": "*", + "@waku/interfaces": "*", "@waku/libp2p-utils": "*", "chai": "^4.3.4", "cspell": "^6.17.0", @@ -31375,8 +31390,10 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "@waku/byte-utils": "*", + "@waku/interfaces": "*", "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -31430,6 +31447,7 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -31457,6 +31475,7 @@ "@waku/proto": "*", "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", @@ -31490,6 +31509,8 @@ "@waku/core": "*", "@waku/enr": "*", "@waku/interfaces": "*", + "@waku/libp2p-utils": "*", + "@waku/proto": "*", "chai": "^4.3.6", "cspell": "^6.17.0", "debug": "^4.3.4", @@ -31546,15 +31567,22 @@ "@waku/enr": "*", "@waku/interfaces": "*", "@waku/message-encryption": "*", + "app-root-path": "^3.0.0", + "chai": "^4.3.6", "cspell": "^6.17.0", + "debug": "^4.3.4", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^4.0.2", "eslint-plugin-import": "^2.25.3", "eslint-plugin-prettier": "^4.0.0", + "mocha": "^9.1.3", "npm-run-all": "^4.1.5", + "p-timeout": "^6.0.0", + "portfinder": "^1.0.28", "prettier": "^2.1.1", + "tail": "^2.2.0", "typescript": "^4.6.3" } }, diff --git a/packages/enr/package.json b/packages/enr/package.json index 9629746196..85b0d9e6fe 100644 --- a/packages/enr/package.json +++ b/packages/enr/package.json @@ -72,6 +72,7 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "chai": "^4.3.6", + "debug": "^4.3.4", "cspell": "^6.17.0", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", diff --git a/packages/libp2p-utils/package.json b/packages/libp2p-utils/package.json index 466ce4c318..c8473b3880 100644 --- a/packages/libp2p-utils/package.json +++ b/packages/libp2p-utils/package.json @@ -65,6 +65,7 @@ "@typescript-eslint/parser": "^5.8.1", "cspell": "^6.17.0", "eslint": "^8.6.0", + "debug": "^4.3.4", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-functional": "^4.0.2", diff --git a/packages/message-encryption/package.json b/packages/message-encryption/package.json index 4f35eeb6a7..86310fc751 100644 --- a/packages/message-encryption/package.json +++ b/packages/message-encryption/package.json @@ -87,6 +87,7 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "chai": "^4.3.6", + "debug": "^4.3.4", "cspell": "^6.17.0", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", diff --git a/packages/peer-exchange/package.json b/packages/peer-exchange/package.json index 70947f0bf0..82091bdc3f 100644 --- a/packages/peer-exchange/package.json +++ b/packages/peer-exchange/package.json @@ -59,6 +59,8 @@ "@waku/core": "*", "@waku/enr": "*", "@waku/interfaces": "*", + "@waku/proto": "*", + "@waku/libp2p-utils": "*", "debug": "^4.3.4", "it-all": "^1.0.6", "it-length-prefixed": "^8.0.2", diff --git a/packages/tests/package.json b/packages/tests/package.json index 5821372abf..1a1cbc5378 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -67,6 +67,13 @@ "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "cspell": "^6.17.0", + "chai": "^4.3.6", + "debug": "^4.3.4", + "app-root-path": "^3.0.0", + "portfinder": "^1.0.28", + "mocha": "^9.1.3", + "p-timeout": "^6.0.0", + "tail": "^2.2.0", "eslint": "^8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-eslint-comments": "^3.2.0",