fix: update interfaces (#1207)

Update to the latest interfaces version
This commit is contained in:
Alex Potsides
2022-05-04 16:03:43 +01:00
committed by GitHub
parent a15254fdd4
commit da3d19b309
35 changed files with 69 additions and 57 deletions

View File

@ -9,11 +9,11 @@
},
"license": "ISC",
"dependencies": {
"@chainsafe/libp2p-noise": "^6.0.1",
"@libp2p/bootstrap": "^1.0.1",
"@libp2p/mplex": "^1.0.2",
"@libp2p/webrtc-star": "^1.0.6",
"@libp2p/websockets": "^1.0.3",
"@chainsafe/libp2p-noise": "^6.1.1",
"@libp2p/bootstrap": "^1.0.4",
"@libp2p/mplex": "^1.0.4",
"@libp2p/webrtc-star": "^1.0.8",
"@libp2p/websockets": "^1.0.7",
"libp2p": "../../"
},
"devDependencies": {