File tree 11 files changed +29
-29
lines changed
11 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/abi-gen" ,
3
- "version" : " 5.8.2 " ,
3
+ "version" : " 5.8.3 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
83
83
"devDependencies" : {
84
84
"@0x/assert" : " ^3.0.35" ,
85
85
"@0x/base-contract" : " ^7.0.0" ,
86
- "@0x/contracts-gen" : " ^2.0.48 " ,
87
- "@0x/dev-utils" : " ^5.0.0 " ,
86
+ "@0x/contracts-gen" : " ^2.0.49 " ,
87
+ "@0x/dev-utils" : " ^5.0.1 " ,
88
88
"@0x/json-schemas" : " ^6.4.5" ,
89
- "@0x/sol-compiler" : " ^4.8.2 " ,
90
- "@0x/subproviders" : " ^7.0.0 " ,
89
+ "@0x/sol-compiler" : " ^4.8.3 " ,
90
+ "@0x/subproviders" : " ^7.0.1 " ,
91
91
"@0x/tslint-config" : " ^4.1.5" ,
92
92
"@0x/web3-wrapper" : " ^8.0.0" ,
93
93
"@types/glob" : " 5.0.35" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/contracts-gen" ,
3
- "version" : " 2.0.48 " ,
3
+ "version" : " 2.0.49 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
27
27
},
28
28
"homepage" : " https://github.com/0xProject/tools/tree/main/contracts-gen" ,
29
29
"dependencies" : {
30
- "@0x/sol-compiler" : " ^4.8.2 " ,
30
+ "@0x/sol-compiler" : " ^4.8.3 " ,
31
31
"@0x/sol-resolver" : " ^3.1.13" ,
32
32
"@0x/types" : " ^3.3.7" ,
33
33
"@0x/typescript-typings" : " ^5.3.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/dev-utils" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
46
46
"typescript" : " 4.2.2"
47
47
},
48
48
"dependencies" : {
49
- "@0x/subproviders" : " ^7.0.0 " ,
49
+ "@0x/subproviders" : " ^7.0.1 " ,
50
50
"@0x/types" : " ^3.3.7" ,
51
51
"@0x/typescript-typings" : " ^5.3.2" ,
52
52
"@0x/utils" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/monorepo-scripts" ,
3
- "version" : " 3.2.6 " ,
3
+ "version" : " 3.2.7 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-compiler" ,
3
- "version" : " 4.8.2 " ,
3
+ "version" : " 4.8.3 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
46
46
},
47
47
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-compiler" ,
48
48
"devDependencies" : {
49
- "@0x/dev-utils" : " ^5.0.0 " ,
49
+ "@0x/dev-utils" : " ^5.0.1 " ,
50
50
"@0x/ts-doc-gen" : " ^0.0.28" ,
51
51
"@0x/tslint-config" : " ^4.1.5" ,
52
52
"@types/mkdirp" : " ^0.5.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-coverage" ,
3
- "version" : " 4.0.46 " ,
3
+ "version" : " 4.0.47 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-coverage" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.2 " ,
37
- "@0x/subproviders" : " ^7.0.0 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.3 " ,
37
+ "@0x/subproviders" : " ^7.0.1 " ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@types/minimatch" : " ^3.0.3" ,
40
40
"@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-doc" ,
3
- "version" : " 3.1.44 " ,
3
+ "version" : " 3.1.45 " ,
4
4
"description" : " Solidity documentation generator" ,
5
5
"main" : " lib/src/index.js" ,
6
6
"types" : " lib/src/index.d.js" ,
32
32
"author" : " F. Eugene Aumson" ,
33
33
"license" : " Apache-2.0" ,
34
34
"dependencies" : {
35
- "@0x/sol-compiler" : " ^4.8.2 " ,
35
+ "@0x/sol-compiler" : " ^4.8.3 " ,
36
36
"@0x/types" : " ^3.3.7" ,
37
37
"@0x/utils" : " ^7.0.0" ,
38
38
"@types/node" : " 12.12.54" ,
42
42
"yargs" : " ^17.5.1"
43
43
},
44
44
"devDependencies" : {
45
- "@0x/dev-utils" : " ^5.0.0 " ,
45
+ "@0x/dev-utils" : " ^5.0.1 " ,
46
46
"@0x/tslint-config" : " ^4.1.5" ,
47
47
"@types/mocha" : " ^5.2.7" ,
48
48
"chai" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-profiler" ,
3
- "version" : " 4.1.36 " ,
3
+ "version" : " 4.1.37 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-profiler" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.2 " ,
37
- "@0x/subproviders" : " ^7.0.0 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.3 " ,
37
+ "@0x/subproviders" : " ^7.0.1 " ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@0x/utils" : " ^7.0.0" ,
40
40
"@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-trace" ,
3
- "version" : " 3.0.46 " ,
3
+ "version" : " 3.0.47 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
33
33
},
34
34
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-trace" ,
35
35
"dependencies" : {
36
- "@0x/sol-tracing-utils" : " ^7.3.2 " ,
37
- "@0x/subproviders" : " ^7.0.0 " ,
36
+ "@0x/sol-tracing-utils" : " ^7.3.3 " ,
37
+ "@0x/subproviders" : " ^7.0.1 " ,
38
38
"@0x/typescript-typings" : " ^5.3.2" ,
39
39
"@types/node" : " 12.12.54" ,
40
40
"chalk" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/sol-tracing-utils" ,
3
- "version" : " 7.3.2 " ,
3
+ "version" : " 7.3.3 " ,
4
4
"engines" : {
5
5
"node" : " >=6.12"
6
6
},
38
38
},
39
39
"homepage" : " https://github.com/0xProject/tools/tree/main/sol-tracing-utils" ,
40
40
"dependencies" : {
41
- "@0x/dev-utils" : " ^5.0.0 " ,
42
- "@0x/sol-compiler" : " ^4.8.2 " ,
41
+ "@0x/dev-utils" : " ^5.0.1 " ,
42
+ "@0x/sol-compiler" : " ^4.8.3 " ,
43
43
"@0x/sol-resolver" : " ^3.1.13" ,
44
- "@0x/subproviders" : " ^7.0.0 " ,
44
+ "@0x/subproviders" : " ^7.0.1 " ,
45
45
"@0x/typescript-typings" : " ^5.3.2" ,
46
46
"@0x/utils" : " ^7.0.0" ,
47
47
"@0x/web3-wrapper" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @0x/subproviders" ,
3
- "version" : " 7.0.0 " ,
3
+ "version" : " 7.0.1 " ,
4
4
"engines" : {
5
5
"node" : " >=12.0.0"
6
6
},
You can’t perform that action at this time.
0 commit comments