fix: update deps (#1181)

Update to released versions of interop suite and webrtc-direct
This commit is contained in:
Alex Potsides
2022-03-28 16:09:43 +01:00
committed by GitHub
parent 199395de4d
commit 8cca8e4bfc
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
},
"license": "ISC",
"dependencies": {
"@achingbrain/webrtc-direct": "^0.7.2",
"@libp2p/webrtc-direct": "^1.0.0",
"@chainsafe/libp2p-noise": "^6.0.1",
"@libp2p/bootstrap": "^1.0.1",
"@libp2p/mplex": "^1.0.2",

View File

@ -156,13 +156,13 @@
"@achingbrain/libp2p-gossipsub": "^0.13.5",
"@chainsafe/libp2p-noise": "^6.0.1",
"@libp2p/bootstrap": "^1.0.2",
"@libp2p/daemon-client": "^0.0.2",
"@libp2p/daemon-server": "^0.0.2",
"@libp2p/daemon-client": "^1.0.0",
"@libp2p/daemon-server": "^1.0.0",
"@libp2p/delegated-content-routing": "^1.0.2",
"@libp2p/delegated-peer-routing": "^1.0.2",
"@libp2p/floodsub": "^1.0.2",
"@libp2p/interface-compliance-tests": "^1.1.20",
"@libp2p/interop": "^0.0.3",
"@libp2p/interop": "^1.0.0",
"@libp2p/kad-dht": "^1.0.3",
"@libp2p/mdns": "^1.0.3",
"@libp2p/mplex": "^1.0.1",