diff --git a/examples/js-libp2p-example-chat/package.json b/examples/js-libp2p-example-chat/package.json index d735a63..8896180 100644 --- a/examples/js-libp2p-example-chat/package.json +++ b/examples/js-libp2p-example-chat/package.json @@ -19,7 +19,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/mdns": "^11.0.1", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.3.1", "@nodeutils/defaults-deep": "^1.1.0", diff --git a/examples/js-libp2p-example-connection-encryption/package.json b/examples/js-libp2p-example-connection-encryption/package.json index 80a18b6..c0e85b0 100644 --- a/examples/js-libp2p-example-connection-encryption/package.json +++ b/examples/js-libp2p-example-connection-encryption/package.json @@ -19,7 +19,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/plaintext": "^2.0.0", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0" diff --git a/examples/js-libp2p-example-custom-protocols/package.json b/examples/js-libp2p-example-custom-protocols/package.json index 4cc5dee..879905e 100644 --- a/examples/js-libp2p-example-custom-protocols/package.json +++ b/examples/js-libp2p-example-custom-protocols/package.json @@ -18,7 +18,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "@libp2p/websockets": "^9.0.0", "@multiformats/multiaddr": "^12.1.5", "@nodeutils/defaults-deep": "^1.1.0", diff --git a/examples/js-libp2p-example-discovery-mechanisms/package.json b/examples/js-libp2p-example-discovery-mechanisms/package.json index 020b74c..e0f63f2 100644 --- a/examples/js-libp2p-example-discovery-mechanisms/package.json +++ b/examples/js-libp2p-example-discovery-mechanisms/package.json @@ -26,7 +26,7 @@ "@libp2p/mdns": "^11.0.0", "@libp2p/ping": "^2.0.27", "@libp2p/pubsub-peer-discovery": "^11.0.0", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "libp2p": "^2.0.0" }, "devDependencies": { diff --git a/examples/js-libp2p-example-peer-and-content-routing/package.json b/examples/js-libp2p-example-peer-and-content-routing/package.json index ad19a06..a868a0c 100644 --- a/examples/js-libp2p-example-peer-and-content-routing/package.json +++ b/examples/js-libp2p-example-peer-and-content-routing/package.json @@ -22,7 +22,7 @@ "@libp2p/identify": "^3.0.1", "@libp2p/kad-dht": "^15.0.0", "@libp2p/ping": "^2.0.27", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "it-all": "^3.0.2", "libp2p": "^2.0.0", "multiformats": "^13.1.1" diff --git a/examples/js-libp2p-example-pnet/package.json b/examples/js-libp2p-example-pnet/package.json index 0b427d7..4ef60bf 100644 --- a/examples/js-libp2p-example-pnet/package.json +++ b/examples/js-libp2p-example-pnet/package.json @@ -19,7 +19,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/pnet": "^2.0.1", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0" diff --git a/examples/js-libp2p-example-protocol-and-stream-muxing/package.json b/examples/js-libp2p-example-protocol-and-stream-muxing/package.json index ed34f38..109accb 100644 --- a/examples/js-libp2p-example-protocol-and-stream-muxing/package.json +++ b/examples/js-libp2p-example-protocol-and-stream-muxing/package.json @@ -18,7 +18,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "it-pipe": "^3.0.1", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0" diff --git a/examples/js-libp2p-example-pubsub/package.json b/examples/js-libp2p-example-pubsub/package.json index 41a0cd4..56e9d4b 100644 --- a/examples/js-libp2p-example-pubsub/package.json +++ b/examples/js-libp2p-example-pubsub/package.json @@ -32,7 +32,7 @@ "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", "@libp2p/identify": "^3.0.1", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "libp2p": "^2.0.0", "uint8arrays": "^5.1.0" }, diff --git a/examples/js-libp2p-example-transports/package.json b/examples/js-libp2p-example-transports/package.json index 86e6512..1424a5d 100644 --- a/examples/js-libp2p-example-transports/package.json +++ b/examples/js-libp2p-example-transports/package.json @@ -18,7 +18,7 @@ "dependencies": { "@chainsafe/libp2p-noise": "^16.0.0", "@chainsafe/libp2p-yamux": "^7.0.0", - "@libp2p/tcp": "^10.0.0", + "@libp2p/tcp": "^11.0.0", "@libp2p/websockets": "^9.1.0", "it-pipe": "^3.0.1", "it-to-buffer": "^4.0.2",