Skip to content

Commit

Permalink
fix: bump libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Aug 27, 2024
1 parent 57e2672 commit b064d22
Show file tree
Hide file tree
Showing 11 changed files with 624 additions and 673 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": {
"@peerbit/test-utils": "*",
"libp2p": "^1.8.3"
"libp2p": "^1.9.2"
},
"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 @@ -74,11 +74,11 @@
"datastore-level": "^10.1.5",
"@dao-xyz/libp2p-noise": "^14.1.2",
"@chainsafe/libp2p-yamux": "^6.0.2",
"@libp2p/webrtc": "^4.1.4",
"@libp2p/websockets": "^8.1.4",
"@libp2p/identify": "^2.1.4",
"@libp2p/circuit-relay-v2": "^1.1.4",
"@libp2p/tcp": "^9.1.4",
"@libp2p/webrtc": "^4.1.7",
"@libp2p/websockets": "^8.2.0",
"@libp2p/identify": "^2.1.5",
"@libp2p/circuit-relay-v2": "^1.1.5",
"@libp2p/tcp": "^9.1.5",
"level": "^8.0.0",
"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.0",
"@peerbit/logger": "1.0.3",
"@peerbit/time": "2.0.7",
"libp2p": "^1.8.3",
"libp2p": "^1.9.2",
"p-queue": "^8.0.1",
"path-browserify": "^1.0.1",
"uuid": "^9.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.0",
"@peerbit/crypto": "2.3.0",
"@ipld/dag-cbor": "^9.2.1",
"libp2p": "^1.8.3",
"libp2p": "^1.9.2",
"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 @@ -59,12 +59,12 @@
"license": "MIT",
"dependencies": {
"@dao-xyz/libp2p-noise": "^14.1.2",
"@libp2p/tcp": "^9.1.4",
"@libp2p/webrtc": "^4.1.4",
"@libp2p/websockets": "^8.1.4",
"@libp2p/identify": "^2.1.4",
"@libp2p/circuit-relay-v2": "^1.1.4",
"libp2p": "^1.8.3"
"@libp2p/tcp": "^9.1.5",
"@libp2p/webrtc": "^4.1.7",
"@libp2p/websockets": "^8.2.0",
"@libp2p/identify": "^2.1.5",
"@libp2p/circuit-relay-v2": "^1.1.5",
"libp2p": "^1.9.2"
},
"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.0.7",
"@peerbit/logger": "1.0.3",
"@peerbit/pubsub-interface": "^3.0.4",
"libp2p": "^1.8.3"
"libp2p": "^1.9.2"
}
}
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": "^1.8.3"
"libp2p": "^1.9.2"
},
"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.0.3",
"@peerbit/time": "^2.0.7",
"@peerbit/logger": "^1.0.3",
"libp2p": "^1.8.3",
"libp2p": "^1.9.2",
"yallist": "^4.0.0",
"abortable-iterator": "^5.0.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"@dao-xyz/borsh": "^5.2.3",
"@stablelib/sha256": "^2.0.0",
"@ethersproject/wallet": "^5.7.0",
"@libp2p/crypto": "^4.1.8",
"@libp2p/peer-id": "^4.2.3",
"@libp2p/crypto": "^4.1.9",
"@libp2p/peer-id": "^4.2.4",
"libsodium-wrappers": "^0.7.14"
}
}
48 changes: 0 additions & 48 deletions patches/libp2p+1.8.3.patch

This file was deleted.

Loading

0 comments on commit b064d22

Please sign in to comment.