mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-23 09:38:24 +00:00
chore: fix dev dependencies for tests package
This commit is contained in:
parent
b9f526d3ff
commit
719ec8e2e7
27136
package-lock.json
generated
27136
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -55,27 +55,27 @@
|
|||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@libp2p/components": "^3.1.1",
|
|
||||||
"@libp2p/peer-id": "^2.0.1",
|
"@libp2p/peer-id": "^2.0.1",
|
||||||
"@waku/core": "*",
|
"@waku/core": "*",
|
||||||
"@waku/create": "*",
|
|
||||||
"@waku/dns-discovery": "*",
|
|
||||||
"@waku/enr": "*",
|
"@waku/enr": "*",
|
||||||
"@waku/interfaces": "*",
|
"@waku/interfaces": "*",
|
||||||
"@waku/message-encryption": "*",
|
|
||||||
"@waku/peer-exchange": "*",
|
|
||||||
"@waku/utils": "*",
|
"@waku/utils": "*",
|
||||||
"app-root-path": "^3.0.0",
|
"app-root-path": "^3.0.0",
|
||||||
"chai": "^4.3.6",
|
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"mocha": "^9.1.3",
|
|
||||||
"p-timeout": "^6.0.0",
|
"p-timeout": "^6.0.0",
|
||||||
"portfinder": "^1.0.28",
|
"portfinder": "^1.0.28",
|
||||||
"tail": "^2.2.0"
|
"tail": "^2.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@waku/peer-exchange": "*",
|
||||||
|
"@waku/message-encryption": "*",
|
||||||
|
"@waku/dns-discovery": "*",
|
||||||
|
"@waku/create": "*",
|
||||||
|
"@libp2p/components": "^3.1.1",
|
||||||
"@libp2p/bootstrap": "^6.0.0",
|
"@libp2p/bootstrap": "^6.0.0",
|
||||||
|
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.5",
|
||||||
"@libp2p/interface-peer-id": "^2.0.1",
|
"@libp2p/interface-peer-id": "^2.0.1",
|
||||||
|
"@types/tail": "^2.2.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||||
"@typescript-eslint/parser": "^5.8.1",
|
"@typescript-eslint/parser": "^5.8.1",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user