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

@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@chainsafe/libp2p-noise": "^6.0.1",
"@chainsafe/libp2p-noise": "^6.1.1",
"ipfs-core": "^0.14.1",
"libp2p": "../../",
"@libp2p/delegated-content-routing": "^1.0.1",
"@libp2p/delegated-peer-routing": "^1.0.1",
"@libp2p/kad-dht": "^1.0.1",
"@libp2p/mplex": "^1.0.2",
"@libp2p/webrtc-star": "^1.0.6",
"@libp2p/websockets": "^1.0.3",
"@libp2p/kad-dht": "^1.0.9",
"@libp2p/mplex": "^1.0.4",
"@libp2p/webrtc-star": "^1.0.8",
"@libp2p/websockets": "^1.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0"