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

Commit

Permalink
fix: update deps (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 17, 2022
1 parent 9da7038 commit d0d2564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-interface-compliance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"@libp2p/crypto": "^0.22.2",
"@libp2p/interfaces": "^1.0.0",
"@libp2p/logger": "^1.0.3",
"@libp2p/multistream-select": "^0.0.0",
"@libp2p/multistream-select": "^1.0.0",
"@libp2p/peer-id": "^1.0.0",
"@libp2p/peer-id-factory": "^1.0.0",
"@libp2p/pubsub": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"@libp2p/logger": "^1.0.1",
"@libp2p/peer-id": "^1.0.0",
"@libp2p/peer-id-factory": "^1.0.0",
"@libp2p/peer-map": "^0.0.0",
"@libp2p/peer-map": "^1.0.0",
"@libp2p/topology": "^1.0.0",
"@multiformats/multiaddr": "^10.1.1",
"err-code": "^3.0.1",
Expand Down

0 comments on commit d0d2564

Please sign in to comment.