This repository was archived by the owner on Feb 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +26
-374
lines changed
dashboard-message-bus-e2e-test Expand file tree Collapse file tree 9 files changed +26
-374
lines changed Original file line number Diff line number Diff line change 24
24
"@types/assert" : " ^1.4.2" ,
25
25
"@types/mocha" : " ^5.2.7" ,
26
26
"@types/node" : " ~12.12.0" ,
27
- "@types/web3" : " ^ 1.0.20" ,
27
+ "@types/web3" : " 1.0.20" ,
28
28
"mocha" : " 10.1.0" ,
29
29
"ts-node" : " 10.7.0" ,
30
30
"typescript" : " ^4.7.4"
Original file line number Diff line number Diff line change 31
31
"@types/debug" : " ^4.1.5" ,
32
32
"@types/jest" : " ^27.0.3" ,
33
33
"@types/node" : " ~12.12.0" ,
34
- "@types/web3" : " ^1.2.2 " ,
34
+ "@types/web3" : " 1.0.20 " ,
35
35
"ethers" : " ^5.6.2" ,
36
36
"jest" : " 29.1.2" ,
37
37
"ts-jest" : " 29.0.3"
Original file line number Diff line number Diff line change 28
28
"devDependencies" : {
29
29
"@types/node" : " ~12.12.0" ,
30
30
"@types/promise.any" : " ^2.0.0" ,
31
- "@types/web3" : " ^1.2.2 " ,
31
+ "@types/web3" : " 1.0.20 " ,
32
32
"typescript" : " ^4.7.4"
33
33
},
34
34
"publishConfig" : {
Original file line number Diff line number Diff line change 59
59
"@types/jest" : " 27.4.1" ,
60
60
"@types/node" : " ~12.12.0" ,
61
61
"@types/react" : " ^16.8.0" ,
62
- "@types/web3" : " ^ 1.0.20" ,
62
+ "@types/web3" : " 1.0.20" ,
63
63
"eslint-plugin-react-hooks" : " ^4.3.0" ,
64
64
"jest" : " 29.1.2" ,
65
65
"madge" : " ^5.0.1" ,
Original file line number Diff line number Diff line change 68
68
"@types/pluralize" : " ^0.0.29" ,
69
69
"@types/pouchdb" : " ^6.4.0" ,
70
70
"@types/pouchdb-adapter-leveldb" : " ^6.1.3" ,
71
- "@types/web3" : " ^ 1.0.20" ,
71
+ "@types/web3" : " 1.0.20" ,
72
72
"change-case" : " 3.0.2" ,
73
73
"fast-check" : " 3.1.1" ,
74
74
"ganache" : " 7.5.0" ,
Original file line number Diff line number Diff line change 43
43
"@types/big.js" : " ^6.0.2" ,
44
44
"@types/bn.js" : " ^5.1.0" ,
45
45
"@types/debug" : " ^4.1.5" ,
46
- "@types/web3" : " ^ 1.0.20" ,
46
+ "@types/web3" : " 1.0.20" ,
47
47
"chai" : " ^4.2.0" ,
48
48
"ganache" : " 7.5.0" ,
49
49
"lodash" : " ^4.17.21" ,
Original file line number Diff line number Diff line change 55
55
"@types/lodash" : " ^4.14.179" ,
56
56
"@types/node" : " ~12.12.0" ,
57
57
"@types/utf8" : " ^2.1.6" ,
58
- "@types/web3" : " ^ 1.0.20" ,
58
+ "@types/web3" : " 1.0.20" ,
59
59
"chai" : " ^4.2.0" ,
60
60
"fast-check" : " 3.1.1" ,
61
61
"fs-extra" : " ^9.1.0" ,
Original file line number Diff line number Diff line change 21
21
},
22
22
"types" : " dist/index.d.ts" ,
23
23
"dependencies" : {
24
+ "@types/ethereum-protocol" : " ^1.0.0" ,
25
+ "@types/web3" : " 1.0.20" ,
26
+ "@types/web3-provider-engine" : " ^14.0.0" ,
24
27
"@ethereumjs/common" : " ^2.4.0" ,
25
28
"@ethereumjs/tx" : " ^3.3.0" ,
26
29
"@metamask/eth-sig-util" : " 4.0.1" ,
27
30
"@truffle/hdwallet" : " ^0.1.1" ,
28
- "@types/web3" : " ^1.0.20" ,
29
31
"ethereum-cryptography" : " 1.1.2" ,
30
32
"ethereum-protocol" : " ^1.0.1" ,
31
33
"ethereumjs-util" : " ^7.1.5" ,
34
36
},
35
37
"devDependencies" : {
36
38
"@types/bip39" : " ^2.4.2" ,
37
- "@types/ethereum-protocol" : " ^1.0.0" ,
38
39
"@types/ethereumjs-util" : " ^5.2.0" ,
39
40
"@types/mocha" : " ^5.2.7" ,
40
- "@types/web3" : " ^1.0.20" ,
41
- "@types/web3-provider-engine" : " ^14.0.0" ,
42
41
"ganache" : " 7.5.0" ,
43
42
"mocha" : " 10.1.0" ,
44
43
"ts-node" : " 10.7.0" ,
You can’t perform that action at this time.
0 commit comments