File tree 9 files changed +313
-295
lines changed
9 files changed +313
-295
lines changed Original file line number Diff line number Diff line change 65
65
"devDependencies" : {
66
66
"tty-table" : " ^4.2.1" ,
67
67
"@peerbit/test-utils" : " *" ,
68
- "libp2p" : " ^2.1.10 "
68
+ "libp2p" : " ^2.2.1 "
69
69
},
70
70
"dependencies" : {
71
71
"@peerbit/string" : " *" ,
Original file line number Diff line number Diff line change 73
73
"@peerbit/indexer-sqlite3" : " ^1.1.2" ,
74
74
"datastore-level" : " ^11.0.1" ,
75
75
"@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 " ,
81
81
"level" : " ^8.0.1" ,
82
82
"memory-level" : " ^1.0.0" ,
83
83
"path-browserify" : " ^1.0.1"
Original file line number Diff line number Diff line change 66
66
"@peerbit/crypto" : " 2.3.2" ,
67
67
"@peerbit/logger" : " 1.0.3" ,
68
68
"@peerbit/time" : " 2.0.7" ,
69
- "libp2p" : " ^2.1.10 " ,
69
+ "libp2p" : " ^2.2.1 " ,
70
70
"p-queue" : " ^8.0.1" ,
71
71
"path-browserify" : " ^1.0.1" ,
72
72
"uuid" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 83
83
"@peerbit/blocks-interface" : " 1.3.6" ,
84
84
"@peerbit/crypto" : " 2.3.2" ,
85
85
"@ipld/dag-cbor" : " ^9.2.1" ,
86
- "libp2p" : " ^2.1.10 " ,
86
+ "libp2p" : " ^2.2.1 " ,
87
87
"multiformats" : " ^13.0.1"
88
88
}
89
89
}
Original file line number Diff line number Diff line change 58
58
"author" : " dao.xyz" ,
59
59
"license" : " MIT" ,
60
60
"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 "
67
67
},
68
68
"scripts" : {
69
69
"clean" : " aegir clean" ,
Original file line number Diff line number Diff line change 80
80
"@peerbit/stream" : " 4.1.1" ,
81
81
"@peerbit/logger" : " 1.0.3" ,
82
82
"@peerbit/pubsub-interface" : " ^3.1.1" ,
83
- "libp2p" : " ^2.1.10 "
83
+ "libp2p" : " ^2.2.1 "
84
84
}
85
85
}
Original file line number Diff line number Diff line change 13
13
"react" : " ^18.2.0" ,
14
14
"react-dom" : " ^18.2.0" ,
15
15
"@peerbit/stream" : " *" ,
16
- "libp2p" : " ^2.1.10 "
16
+ "libp2p" : " ^2.2.1 "
17
17
},
18
18
"devDependencies" : {
19
19
"@types/react" : " ^18.2.12" ,
Original file line number Diff line number Diff line change 89
89
"@peerbit/stream-interface" : " ^5.1.1" ,
90
90
"@peerbit/time" : " ^2.0.7" ,
91
91
"@peerbit/logger" : " ^1.0.3" ,
92
- "libp2p" : " ^2.1.10 " ,
92
+ "libp2p" : " ^2.2.1 " ,
93
93
"yallist" : " ^4.0.0" ,
94
94
"abortable-iterator" : " ^5.0.1"
95
95
}
You can’t perform that action at this time.
0 commit comments