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

Commit

Permalink
chore!: update deps (#157)
Browse files Browse the repository at this point in the history
Updates to latest interfaces

BREAKING CHANGE: connection and registrar APIs have changed
  • Loading branch information
achingbrain authored Jun 17, 2022
1 parent d2d56ef commit 61c95f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
},
"dependencies": {
"@libp2p/interface-peer-id": "^1.0.2",
"@libp2p/interface-pubsub": "^1.0.1",
"@libp2p/logger": "^1.1.4",
"@libp2p/pubsub": "^2.0.0",
"@libp2p/interface-pubsub": "^1.0.3",
"@libp2p/logger": "^2.0.0",
"@libp2p/pubsub": "^3.0.1",
"protons-runtime": "^1.0.3",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"@libp2p/components": "^1.0.0",
"@libp2p/interface-mocks": "^1.0.1",
"@libp2p/components": "^2.0.0",
"@libp2p/interface-mocks": "^2.0.0",
"@libp2p/interface-pubsub-compliance-tests": "^1.0.1",
"@libp2p/peer-collections": "^1.0.2",
"@libp2p/peer-id": "^1.1.10",
Expand Down

0 comments on commit 61c95f7

Please sign in to comment.