Skip to content

Commit 8cca8e4

Browse files
authored
fix: update deps (#1181)
Update to released versions of interop suite and webrtc-direct
1 parent 199395d commit 8cca8e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/webrtc-direct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "ISC",
1414
"dependencies": {
15-
"@achingbrain/webrtc-direct": "^0.7.2",
15+
"@libp2p/webrtc-direct": "^1.0.0",
1616
"@chainsafe/libp2p-noise": "^6.0.1",
1717
"@libp2p/bootstrap": "^1.0.1",
1818
"@libp2p/mplex": "^1.0.2",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@
156156
"@achingbrain/libp2p-gossipsub": "^0.13.5",
157157
"@chainsafe/libp2p-noise": "^6.0.1",
158158
"@libp2p/bootstrap": "^1.0.2",
159-
"@libp2p/daemon-client": "^0.0.2",
160-
"@libp2p/daemon-server": "^0.0.2",
159+
"@libp2p/daemon-client": "^1.0.0",
160+
"@libp2p/daemon-server": "^1.0.0",
161161
"@libp2p/delegated-content-routing": "^1.0.2",
162162
"@libp2p/delegated-peer-routing": "^1.0.2",
163163
"@libp2p/floodsub": "^1.0.2",
164164
"@libp2p/interface-compliance-tests": "^1.1.20",
165-
"@libp2p/interop": "^0.0.3",
165+
"@libp2p/interop": "^1.0.0",
166166
"@libp2p/kad-dht": "^1.0.3",
167167
"@libp2p/mdns": "^1.0.3",
168168
"@libp2p/mplex": "^1.0.1",

0 commit comments

Comments
 (0)