Skip to content

Commit c679a0d

Browse files
fix: update libp2p
1 parent 8bec89f commit c679a0d

File tree

9 files changed

+313
-295
lines changed

9 files changed

+313
-295
lines changed

packages/clients/peerbit-server/test-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"tty-table": "^4.2.1",
6767
"@peerbit/test-utils": "*",
68-
"libp2p": "^2.1.10"
68+
"libp2p": "^2.2.1"
6969
},
7070
"dependencies": {
7171
"@peerbit/string": "*",

packages/clients/peerbit/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@peerbit/indexer-sqlite3": "^1.1.2",
7474
"datastore-level": "^11.0.1",
7575
"@chainsafe/libp2p-yamux": "^7.0.1",
76-
"@libp2p/webrtc": "^5.0.14",
77-
"@libp2p/websockets": "^9.0.9",
78-
"@libp2p/identify": "^3.0.8",
79-
"@libp2p/circuit-relay-v2": "^3.0.0",
80-
"@libp2p/tcp": "^10.0.10",
76+
"@libp2p/webrtc": "^5.0.16",
77+
"@libp2p/websockets": "^9.0.11",
78+
"@libp2p/identify": "^3.0.10",
79+
"@libp2p/circuit-relay-v2": "^3.1.0",
80+
"@libp2p/tcp": "^10.0.11",
8181
"level": "^8.0.1",
8282
"memory-level": "^1.0.0",
8383
"path-browserify": "^1.0.1"

packages/log/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@peerbit/crypto": "2.3.2",
6767
"@peerbit/logger": "1.0.3",
6868
"@peerbit/time": "2.0.7",
69-
"libp2p": "^2.1.10",
69+
"libp2p": "^2.2.1",
7070
"p-queue": "^8.0.1",
7171
"path-browserify": "^1.0.1",
7272
"uuid": "^10.0.0",

packages/transport/blocks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@peerbit/blocks-interface": "1.3.6",
8484
"@peerbit/crypto": "2.3.2",
8585
"@ipld/dag-cbor": "^9.2.1",
86-
"libp2p": "^2.1.10",
86+
"libp2p": "^2.2.1",
8787
"multiformats": "^13.0.1"
8888
}
8989
}

packages/transport/libp2p-test-utils/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
"author": "dao.xyz",
5959
"license": "MIT",
6060
"dependencies": {
61-
"@libp2p/tcp": "^10.0.10",
62-
"@libp2p/webrtc": "^5.0.14",
63-
"@libp2p/websockets": "^9.0.9",
64-
"@libp2p/identify": "^3.0.8",
65-
"@libp2p/circuit-relay-v2": "^3.0.0",
66-
"libp2p": "^2.1.10"
61+
"@libp2p/tcp": "^10.0.11",
62+
"@libp2p/webrtc": "^5.0.16",
63+
"@libp2p/websockets": "^9.0.11",
64+
"@libp2p/identify": "^3.0.10",
65+
"@libp2p/circuit-relay-v2": "^3.1.0",
66+
"libp2p": "^2.2.1"
6767
},
6868
"scripts": {
6969
"clean": "aegir clean",

packages/transport/pubsub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
"@peerbit/stream": "4.1.1",
8181
"@peerbit/logger": "1.0.3",
8282
"@peerbit/pubsub-interface": "^3.1.1",
83-
"libp2p": "^2.1.10"
83+
"libp2p": "^2.2.1"
8484
}
8585
}

packages/transport/stream/e2e/browser/browser-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"@peerbit/stream": "*",
16-
"libp2p": "^2.1.10"
16+
"libp2p": "^2.2.1"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^18.2.12",

packages/transport/stream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@peerbit/stream-interface": "^5.1.1",
9090
"@peerbit/time": "^2.0.7",
9191
"@peerbit/logger": "^1.0.3",
92-
"libp2p": "^2.1.10",
92+
"libp2p": "^2.2.1",
9393
"yallist": "^4.0.0",
9494
"abortable-iterator": "^5.0.1"
9595
}

0 commit comments

Comments
 (0)