Skip to content

Commit

Permalink
fix: update libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Oct 28, 2024
1 parent 8bec89f commit c679a0d
Show file tree
Hide file tree
Showing 9 changed files with 313 additions and 295 deletions.
2 changes: 1 addition & 1 deletion packages/clients/peerbit-server/test-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"devDependencies": {
"tty-table": "^4.2.1",
"@peerbit/test-utils": "*",
"libp2p": "^2.1.10"
"libp2p": "^2.2.1"
},
"dependencies": {
"@peerbit/string": "*",
Expand Down
10 changes: 5 additions & 5 deletions packages/clients/peerbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@peerbit/indexer-sqlite3": "^1.1.2",
"datastore-level": "^11.0.1",
"@chainsafe/libp2p-yamux": "^7.0.1",
"@libp2p/webrtc": "^5.0.14",
"@libp2p/websockets": "^9.0.9",
"@libp2p/identify": "^3.0.8",
"@libp2p/circuit-relay-v2": "^3.0.0",
"@libp2p/tcp": "^10.0.10",
"@libp2p/webrtc": "^5.0.16",
"@libp2p/websockets": "^9.0.11",
"@libp2p/identify": "^3.0.10",
"@libp2p/circuit-relay-v2": "^3.1.0",
"@libp2p/tcp": "^10.0.11",
"level": "^8.0.1",
"memory-level": "^1.0.0",
"path-browserify": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@peerbit/crypto": "2.3.2",
"@peerbit/logger": "1.0.3",
"@peerbit/time": "2.0.7",
"libp2p": "^2.1.10",
"libp2p": "^2.2.1",
"p-queue": "^8.0.1",
"path-browserify": "^1.0.1",
"uuid": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@peerbit/blocks-interface": "1.3.6",
"@peerbit/crypto": "2.3.2",
"@ipld/dag-cbor": "^9.2.1",
"libp2p": "^2.1.10",
"libp2p": "^2.2.1",
"multiformats": "^13.0.1"
}
}
12 changes: 6 additions & 6 deletions packages/transport/libp2p-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
"author": "dao.xyz",
"license": "MIT",
"dependencies": {
"@libp2p/tcp": "^10.0.10",
"@libp2p/webrtc": "^5.0.14",
"@libp2p/websockets": "^9.0.9",
"@libp2p/identify": "^3.0.8",
"@libp2p/circuit-relay-v2": "^3.0.0",
"libp2p": "^2.1.10"
"@libp2p/tcp": "^10.0.11",
"@libp2p/webrtc": "^5.0.16",
"@libp2p/websockets": "^9.0.11",
"@libp2p/identify": "^3.0.10",
"@libp2p/circuit-relay-v2": "^3.1.0",
"libp2p": "^2.2.1"
},
"scripts": {
"clean": "aegir clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"@peerbit/stream": "4.1.1",
"@peerbit/logger": "1.0.3",
"@peerbit/pubsub-interface": "^3.1.1",
"libp2p": "^2.1.10"
"libp2p": "^2.2.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@peerbit/stream": "*",
"libp2p": "^2.1.10"
"libp2p": "^2.2.1"
},
"devDependencies": {
"@types/react": "^18.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@peerbit/stream-interface": "^5.1.1",
"@peerbit/time": "^2.0.7",
"@peerbit/logger": "^1.0.3",
"libp2p": "^2.1.10",
"libp2p": "^2.2.1",
"yallist": "^4.0.0",
"abortable-iterator": "^5.0.1"
}
Expand Down
Loading

0 comments on commit c679a0d

Please sign in to comment.