chore: fix dev dependencies for tests package

This commit is contained in:
fryorcraken.eth 2023-02-09 13:53:34 +11:00
parent b9f526d3ff
commit 719ec8e2e7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 27012 additions and 138 deletions

27136
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,27 +55,27 @@
"node": ">=16"
},
"dependencies": {
"@libp2p/components": "^3.1.1",
"@libp2p/peer-id": "^2.0.1",
"@waku/core": "*",
"@waku/create": "*",
"@waku/dns-discovery": "*",
"@waku/enr": "*",
"@waku/interfaces": "*",
"@waku/message-encryption": "*",
"@waku/peer-exchange": "*",
"@waku/utils": "*",
"app-root-path": "^3.0.0",
"chai": "^4.3.6",
"debug": "^4.3.4",
"mocha": "^9.1.3",
"p-timeout": "^6.0.0",
"portfinder": "^1.0.28",
"tail": "^2.2.0"
},
"devDependencies": {
"@waku/peer-exchange": "*",
"@waku/message-encryption": "*",
"@waku/dns-discovery": "*",
"@waku/create": "*",
"@libp2p/components": "^3.1.1",
"@libp2p/bootstrap": "^6.0.0",
"@libp2p/interface-peer-discovery-compliance-tests": "^2.0.5",
"@libp2p/interface-peer-id": "^2.0.1",
"@types/tail": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"chai": "^4.3.6",