This repository was archived by the owner on Sep 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 11 files changed +29
-29
lines changed Expand file tree Collapse file tree 11 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/abi-gen" ,
3- "version" : " 5.8.2 " ,
3+ "version" : " 5.8.3 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
8383 "devDependencies" : {
8484 "@0x/assert" : " ^3.0.35" ,
8585 "@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 " ,
8888 "@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 " ,
9191 "@0x/tslint-config" : " ^4.1.5" ,
9292 "@0x/web3-wrapper" : " ^8.0.0" ,
9393 "@types/glob" : " 5.0.35" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/contracts-gen" ,
3- "version" : " 2.0.48 " ,
3+ "version" : " 2.0.49 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
2727 },
2828 "homepage" : " https://github.com/0xProject/tools/tree/main/contracts-gen" ,
2929 "dependencies" : {
30- "@0x/sol-compiler" : " ^4.8.2 " ,
30+ "@0x/sol-compiler" : " ^4.8.3 " ,
3131 "@0x/sol-resolver" : " ^3.1.13" ,
3232 "@0x/types" : " ^3.3.7" ,
3333 "@0x/typescript-typings" : " ^5.3.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/dev-utils" ,
3- "version" : " 5.0.0 " ,
3+ "version" : " 5.0.1 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
4646 "typescript" : " 4.2.2"
4747 },
4848 "dependencies" : {
49- "@0x/subproviders" : " ^7.0.0 " ,
49+ "@0x/subproviders" : " ^7.0.1 " ,
5050 "@0x/types" : " ^3.3.7" ,
5151 "@0x/typescript-typings" : " ^5.3.2" ,
5252 "@0x/utils" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/monorepo-scripts" ,
3- "version" : " 3.2.6 " ,
3+ "version" : " 3.2.7 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-compiler" ,
3- "version" : " 4.8.2 " ,
3+ "version" : " 4.8.3 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
4646 },
4747 "homepage" : " https://github.com/0xProject/tools/tree/main/sol-compiler" ,
4848 "devDependencies" : {
49- "@0x/dev-utils" : " ^5.0.0 " ,
49+ "@0x/dev-utils" : " ^5.0.1 " ,
5050 "@0x/ts-doc-gen" : " ^0.0.28" ,
5151 "@0x/tslint-config" : " ^4.1.5" ,
5252 "@types/mkdirp" : " ^0.5.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-coverage" ,
3- "version" : " 4.0.46 " ,
3+ "version" : " 4.0.47 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
3333 },
3434 "homepage" : " https://github.com/0xProject/tools/tree/main/sol-coverage" ,
3535 "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 " ,
3838 "@0x/typescript-typings" : " ^5.3.2" ,
3939 "@types/minimatch" : " ^3.0.3" ,
4040 "@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-doc" ,
3- "version" : " 3.1.44 " ,
3+ "version" : " 3.1.45 " ,
44 "description" : " Solidity documentation generator" ,
55 "main" : " lib/src/index.js" ,
66 "types" : " lib/src/index.d.js" ,
3232 "author" : " F. Eugene Aumson" ,
3333 "license" : " Apache-2.0" ,
3434 "dependencies" : {
35- "@0x/sol-compiler" : " ^4.8.2 " ,
35+ "@0x/sol-compiler" : " ^4.8.3 " ,
3636 "@0x/types" : " ^3.3.7" ,
3737 "@0x/utils" : " ^7.0.0" ,
3838 "@types/node" : " 12.12.54" ,
4242 "yargs" : " ^17.5.1"
4343 },
4444 "devDependencies" : {
45- "@0x/dev-utils" : " ^5.0.0 " ,
45+ "@0x/dev-utils" : " ^5.0.1 " ,
4646 "@0x/tslint-config" : " ^4.1.5" ,
4747 "@types/mocha" : " ^5.2.7" ,
4848 "chai" : " ^4.0.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-profiler" ,
3- "version" : " 4.1.36 " ,
3+ "version" : " 4.1.37 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
3333 },
3434 "homepage" : " https://github.com/0xProject/tools/tree/main/sol-profiler" ,
3535 "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 " ,
3838 "@0x/typescript-typings" : " ^5.3.2" ,
3939 "@0x/utils" : " ^7.0.0" ,
4040 "@types/node" : " 12.12.54" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-trace" ,
3- "version" : " 3.0.46 " ,
3+ "version" : " 3.0.47 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
3333 },
3434 "homepage" : " https://github.com/0xProject/tools/tree/main/sol-trace" ,
3535 "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 " ,
3838 "@0x/typescript-typings" : " ^5.3.2" ,
3939 "@types/node" : " 12.12.54" ,
4040 "chalk" : " ^2.3.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @0x/sol-tracing-utils" ,
3- "version" : " 7.3.2 " ,
3+ "version" : " 7.3.3 " ,
44 "engines" : {
55 "node" : " >=6.12"
66 },
3838 },
3939 "homepage" : " https://github.com/0xProject/tools/tree/main/sol-tracing-utils" ,
4040 "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 " ,
4343 "@0x/sol-resolver" : " ^3.1.13" ,
44- "@0x/subproviders" : " ^7.0.0 " ,
44+ "@0x/subproviders" : " ^7.0.1 " ,
4545 "@0x/typescript-typings" : " ^5.3.2" ,
4646 "@0x/utils" : " ^7.0.0" ,
4747 "@0x/web3-wrapper" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments