Skip to content

Commit c33f74a

Browse files
author
Github Actions
committed

File tree

14 files changed

+43
-43
lines changed

14 files changed

+43
-43
lines changed

abi-gen/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/abi-gen",
3-
"version": "5.8.3",
3+
"version": "5.8.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -81,15 +81,15 @@
8181
"yargs": "^17.5.1"
8282
},
8383
"devDependencies": {
84-
"@0x/assert": "^3.0.35",
85-
"@0x/base-contract": "^7.0.0",
86-
"@0x/contracts-gen": "^2.0.49",
87-
"@0x/dev-utils": "^5.0.1",
88-
"@0x/json-schemas": "^6.4.5",
89-
"@0x/sol-compiler": "^4.8.3",
84+
"@0x/assert": "^3.0.36",
85+
"@0x/base-contract": "^7.0.1",
86+
"@0x/contracts-gen": "^2.0.50",
87+
"@0x/dev-utils": "^5.0.2",
88+
"@0x/json-schemas": "^6.4.6",
89+
"@0x/sol-compiler": "^4.8.4",
9090
"@0x/subproviders": "^7.0.1",
9191
"@0x/tslint-config": "^4.1.5",
92-
"@0x/web3-wrapper": "^8.0.0",
92+
"@0x/web3-wrapper": "^8.0.1",
9393
"@types/glob": "5.0.35",
9494
"@types/mkdirp": "^0.5.2",
9595
"@types/mocha": "^5.2.7",

assert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/assert",
3-
"version": "3.0.35",
3+
"version": "3.0.36",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,7 +45,7 @@
4545
"typescript": "4.2.2"
4646
},
4747
"dependencies": {
48-
"@0x/json-schemas": "^6.4.5",
48+
"@0x/json-schemas": "^6.4.6",
4949
"@0x/typescript-typings": "^5.3.2",
5050
"@0x/utils": "^7.0.0",
5151
"@types/node": "12.12.54",

base-contract/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/base-contract",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -47,10 +47,10 @@
4747
"typescript": "4.2.2"
4848
},
4949
"dependencies": {
50-
"@0x/assert": "^3.0.35",
51-
"@0x/json-schemas": "^6.4.5",
50+
"@0x/assert": "^3.0.36",
51+
"@0x/json-schemas": "^6.4.6",
5252
"@0x/utils": "^7.0.0",
53-
"@0x/web3-wrapper": "^8.0.0",
53+
"@0x/web3-wrapper": "^8.0.1",
5454
"@ethereumjs/vm": "^5.9.3",
5555
"@types/node": "12.12.54",
5656
"ethereumjs-blockstream": "^7.0.0",

contracts-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-gen",
3-
"version": "2.0.49",
3+
"version": "2.0.50",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/0xProject/tools/tree/main/contracts-gen",
2929
"dependencies": {
30-
"@0x/sol-compiler": "^4.8.3",
30+
"@0x/sol-compiler": "^4.8.4",
3131
"@0x/sol-resolver": "^3.1.13",
3232
"@0x/types": "^3.3.7",
3333
"@0x/typescript-typings": "^5.3.2",

dev-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/dev-utils",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -50,7 +50,7 @@
5050
"@0x/types": "^3.3.7",
5151
"@0x/typescript-typings": "^5.3.2",
5252
"@0x/utils": "^7.0.0",
53-
"@0x/web3-wrapper": "^8.0.0",
53+
"@0x/web3-wrapper": "^8.0.1",
5454
"@types/node": "12.12.54",
5555
"@types/web3-provider-engine": "^14.0.0",
5656
"chai": "^4.0.1",

json-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/json-schemas",
3-
"version": "6.4.5",
3+
"version": "6.4.6",
44
"engines": {
55
"node": ">=6.12"
66
},

sol-compiler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-compiler",
3-
"version": "4.8.3",
3+
"version": "4.8.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -46,7 +46,7 @@
4646
},
4747
"homepage": "https://github.com/0xProject/tools/tree/main/sol-compiler",
4848
"devDependencies": {
49-
"@0x/dev-utils": "^5.0.1",
49+
"@0x/dev-utils": "^5.0.2",
5050
"@0x/ts-doc-gen": "^0.0.28",
5151
"@0x/tslint-config": "^4.1.5",
5252
"@types/mkdirp": "^0.5.2",
@@ -75,13 +75,13 @@
7575
"zeppelin-solidity": "1.8.0"
7676
},
7777
"dependencies": {
78-
"@0x/assert": "^3.0.35",
79-
"@0x/json-schemas": "^6.4.5",
78+
"@0x/assert": "^3.0.36",
79+
"@0x/json-schemas": "^6.4.6",
8080
"@0x/sol-resolver": "^3.1.13",
8181
"@0x/types": "^3.3.7",
8282
"@0x/typescript-typings": "^5.3.2",
8383
"@0x/utils": "^7.0.0",
84-
"@0x/web3-wrapper": "^8.0.0",
84+
"@0x/web3-wrapper": "^8.0.1",
8585
"@types/node": "12.12.54",
8686
"@types/yargs": "^11.0.0",
8787
"chalk": "^2.3.0",

sol-coverage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-coverage",
3-
"version": "4.0.47",
3+
"version": "4.0.48",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-coverage",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.3.3",
36+
"@0x/sol-tracing-utils": "^7.3.4",
3737
"@0x/subproviders": "^7.0.1",
3838
"@0x/typescript-typings": "^5.3.2",
3939
"@types/minimatch": "^3.0.3",

sol-doc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-doc",
3-
"version": "3.1.45",
3+
"version": "3.1.46",
44
"description": "Solidity documentation generator",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.js",
@@ -32,7 +32,7 @@
3232
"author": "F. Eugene Aumson",
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@0x/sol-compiler": "^4.8.3",
35+
"@0x/sol-compiler": "^4.8.4",
3636
"@0x/types": "^3.3.7",
3737
"@0x/utils": "^7.0.0",
3838
"@types/node": "12.12.54",
@@ -42,7 +42,7 @@
4242
"yargs": "^17.5.1"
4343
},
4444
"devDependencies": {
45-
"@0x/dev-utils": "^5.0.1",
45+
"@0x/dev-utils": "^5.0.2",
4646
"@0x/tslint-config": "^4.1.5",
4747
"@types/mocha": "^5.2.7",
4848
"chai": "^4.0.1",

sol-profiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-profiler",
3-
"version": "4.1.37",
3+
"version": "4.1.38",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-profiler",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.3.3",
36+
"@0x/sol-tracing-utils": "^7.3.4",
3737
"@0x/subproviders": "^7.0.1",
3838
"@0x/typescript-typings": "^5.3.2",
3939
"@0x/utils": "^7.0.0",

sol-trace/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-trace",
3-
"version": "3.0.47",
3+
"version": "3.0.48",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/0xProject/tools/tree/main/sol-trace",
3535
"dependencies": {
36-
"@0x/sol-tracing-utils": "^7.3.3",
36+
"@0x/sol-tracing-utils": "^7.3.4",
3737
"@0x/subproviders": "^7.0.1",
3838
"@0x/typescript-typings": "^5.3.2",
3939
"@types/node": "12.12.54",

sol-tracing-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-tracing-utils",
3-
"version": "7.3.3",
3+
"version": "7.3.4",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -38,13 +38,13 @@
3838
},
3939
"homepage": "https://github.com/0xProject/tools/tree/main/sol-tracing-utils",
4040
"dependencies": {
41-
"@0x/dev-utils": "^5.0.1",
42-
"@0x/sol-compiler": "^4.8.3",
41+
"@0x/dev-utils": "^5.0.2",
42+
"@0x/sol-compiler": "^4.8.4",
4343
"@0x/sol-resolver": "^3.1.13",
4444
"@0x/subproviders": "^7.0.1",
4545
"@0x/typescript-typings": "^5.3.2",
4646
"@0x/utils": "^7.0.0",
47-
"@0x/web3-wrapper": "^8.0.0",
47+
"@0x/web3-wrapper": "^8.0.1",
4848
"@types/node": "12.12.54",
4949
"@types/solidity-parser-antlr": "^0.2.3",
5050
"chalk": "^2.3.0",

subproviders/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/subproviders",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"engines": {
55
"node": ">=12.0.0"
66
},
@@ -40,11 +40,11 @@
4040
}
4141
},
4242
"dependencies": {
43-
"@0x/assert": "^3.0.35",
43+
"@0x/assert": "^3.0.36",
4444
"@0x/types": "^3.3.7",
4545
"@0x/typescript-typings": "^5.3.2",
4646
"@0x/utils": "^7.0.0",
47-
"@0x/web3-wrapper": "^8.0.0",
47+
"@0x/web3-wrapper": "^8.0.1",
4848
"@ethereumjs/common": "^2.6.3",
4949
"@ethereumjs/tx": "^3.5.1",
5050
"@types/hdkey": "^0.7.0",

web3-wrapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/web3-wrapper",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -58,8 +58,8 @@
5858
"typescript": "4.2.2"
5959
},
6060
"dependencies": {
61-
"@0x/assert": "^3.0.35",
62-
"@0x/json-schemas": "^6.4.5",
61+
"@0x/assert": "^3.0.36",
62+
"@0x/json-schemas": "^6.4.6",
6363
"@0x/typescript-typings": "^5.3.2",
6464
"@0x/utils": "^7.0.0",
6565
"@types/node": "12.12.54",

0 commit comments

Comments
 (0)