File tree 2 files changed +11
-12
lines changed
2 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 22
22
strategy :
23
23
matrix :
24
24
os : [windows-latest, ubuntu-latest, macos-latest]
25
- node : [14, 16 ]
25
+ node : [14, 15 ]
26
26
fail-fast : true
27
27
steps :
28
28
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 44
44
"homepage" : " https://github.com/libp2p/js-libp2p-floodsub#readme" ,
45
45
"devDependencies" : {
46
46
"@types/debug" : " ^4.1.5" ,
47
- "aegir" : " ^33.2 .0" ,
47
+ "aegir" : " ^33.0 .0" ,
48
48
"benchmark" : " ^2.1.4" ,
49
49
"buffer" : " ^6.0.3" ,
50
50
"chai" : " ^4.3.4" ,
51
- "ipfs-utils" : " ^8.1.0 " ,
51
+ "ipfs-utils" : " ^6.0.6 " ,
52
52
"it-pair" : " ^1.0.0" ,
53
- "libp2p" : " ^0.31.6 " ,
54
- "libp2p-mplex" : " ^0.10.3 " ,
55
- "libp2p-noise" : " ^3 .0.0 " ,
56
- "libp2p-websockets" : " ^0.15.7 " ,
53
+ "libp2p" : " ^0.30.0 " ,
54
+ "libp2p-mplex" : " ^0.10.1 " ,
55
+ "libp2p-noise" : " ^2 .0.1 " ,
56
+ "libp2p-websockets" : " ^0.15.5 " ,
57
57
"multiaddr" : " ^9.0.1" ,
58
58
"os" : " ^0.1.1" ,
59
59
"p-wait-for" : " ^3.1.0" ,
60
- "peer-id" : " ^0.14.8" ,
61
- "sinon" : " ^11.1.1" ,
62
- "util" : " ^0.12.3"
60
+ "peer-id" : " ^0.14.2" ,
61
+ "sinon" : " ^10.0.0"
63
62
},
64
63
"dependencies" : {
65
64
"debug" : " ^4.2.0" ,
66
- "libp2p-interfaces" : " ^0.11 .0" ,
65
+ "libp2p-interfaces" : " ^0.10 .0" ,
67
66
"time-cache" : " ^0.3.0" ,
68
- "uint8arrays" : " ^2.1.5 "
67
+ "uint8arrays" : " ^2.1.4 "
69
68
},
70
69
"contributors" : [
71
70
" David Dias <daviddias.p@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments