Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit c5b724a

Browse files
authored
fix: dependencies for tests should not be needed by who requires the tests (#18)
* fix: dependencies for tests should not be needed by who requires the tests * chore: address review
1 parent 6fb45b7 commit c5b724a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
"dirty-chai": "^2.0.1",
4343
"err-code": "^2.0.0",
4444
"it-goodbye": "^2.0.1",
45+
"it-pair": "^1.0.0",
46+
"it-pipe": "^1.0.1",
4547
"libp2p-tcp": "^0.14.1",
4648
"multiaddr": "^7.1.0",
47-
"p-limit": "^2.2.1",
49+
"p-limit": "^2.2.2",
4850
"p-wait-for": "^3.1.0",
4951
"peer-id": "^0.13.3",
52+
"peer-info": "^0.17.0",
5053
"sinon": "^7.5.0",
5154
"streaming-iterables": "^4.1.0"
5255
},
5356
"devDependencies": {
54-
"aegir": "^20.4.1",
55-
"it-handshake": "^1.0.0",
56-
"it-pair": "^1.0.0",
57-
"it-pipe": "^1.0.1",
58-
"peer-info": "^0.17.0"
57+
"aegir": "^20.5.0",
58+
"it-handshake": "^1.0.1"
5959
},
6060
"contributors": [
6161
"Alan Shaw <alan.shaw@protocol.ai>",

0 commit comments

Comments
 (0)