diff options
-rw-r--r-- | packages/monorepo-scripts/package.json | 2 | ||||
-rw-r--r-- | packages/sol-compiler/package.json | 4 | ||||
-rw-r--r-- | packages/sol-coverage/package.json | 8 | ||||
-rw-r--r-- | packages/sol-doc/package.json | 4 | ||||
-rw-r--r-- | packages/sol-profiler/package.json | 8 | ||||
-rw-r--r-- | packages/sol-trace/package.json | 8 | ||||
-rw-r--r-- | packages/sol-tracing-utils/package.json | 8 | ||||
-rw-r--r-- | packages/subproviders/package.json | 4 | ||||
-rw-r--r-- | packages/typescript-typings/package.json | 2 |
9 files changed, 24 insertions, 24 deletions
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index 737374c7a..2d7873411 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@dexon-foundation/monorepo-scripts", - "version": "1.0.21", + "version": "1.0.22", "engines": { "node": ">=6.12" }, diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index b1674afba..0f3816f92 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-compiler", - "version": "2.0.9", + "version": "2.0.10", "engines": { "node": ">=6.12" }, @@ -74,7 +74,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/dsolc": "^0.5.1", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/typescript-typings": "^1.0.5", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^2.0.4", diff --git a/packages/sol-coverage/package.json b/packages/sol-coverage/package.json index 88b46c2a8..fc67a4235 100644 --- a/packages/sol-coverage/package.json +++ b/packages/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-coverage", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { - "@dexon-foundation/typescript-typings": "^1.0.4", - "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.16", + "@dexon-foundation/sol-tracing-utils": "^4.0.6", + "@dexon-foundation/subproviders": "^2.1.17", + "@dexon-foundation/typescript-typings": "^1.0.5", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index ef25fd850..e4e1acb85 100644 --- a/packages/sol-doc/package.json +++ b/packages/sol-doc/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-doc", - "version": "1.0.18", + "version": "1.0.19", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -27,7 +27,7 @@ "dependencies": { "@0x/types": "^1.5.2", "@0x/utils": "^3.0.1", - "@dexon-foundation/sol-compiler": "^2.0.9", + "@dexon-foundation/sol-compiler": "^2.0.10", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.10", diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 1efa5bb2e..894204fd2 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-profiler", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.16", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/sol-tracing-utils": "^4.0.6", + "@dexon-foundation/subproviders": "^2.1.17", + "@dexon-foundation/typescript-typings": "^1.0.5", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index 1337d5a6f..0c2a18526 100644 --- a/packages/sol-trace/package.json +++ b/packages/sol-trace/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-trace", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.16", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/sol-tracing-utils": "^4.0.6", + "@dexon-foundation/subproviders": "^2.1.17", + "@dexon-foundation/typescript-typings": "^1.0.5", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.5", diff --git a/packages/sol-tracing-utils/package.json b/packages/sol-tracing-utils/package.json index 5f1d44760..881549ba1 100644 --- a/packages/sol-tracing-utils/package.json +++ b/packages/sol-tracing-utils/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-tracing-utils", - "version": "4.0.5", + "version": "4.0.6", "engines": { "node": ">=6.12" }, @@ -45,9 +45,9 @@ "@0x/dev-utils": "^1.0.24", "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", - "@dexon-foundation/sol-compiler": "^2.0.9", - "@dexon-foundation/subproviders": "^2.1.16", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/sol-compiler": "^2.0.10", + "@dexon-foundation/subproviders": "^2.1.17", + "@dexon-foundation/typescript-typings": "^1.0.5", "@types/solidity-parser-antlr": "^0.2.0", "ethereum-types": "^1.1.6", "ethereumjs-util": "^5.1.1", diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index 95397053c..7c062209f 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/subproviders", - "version": "2.1.16", + "version": "2.1.17", "engines": { "node": ">=6.12" }, @@ -34,7 +34,7 @@ "@0x/utils": "^3.0.1", "@0x/web3-wrapper": "^3.2.4", "@dexon-foundation/ganache-core": "^2.3.2", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/typescript-typings": "^1.0.5", "@dexon-foundation/web3-provider-engine": "^14.1.1", "@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-transport-u2f": "4.24.0", diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index 697e8f0b9..209f12d9e 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/typescript-typings", - "version": "1.0.4", + "version": "1.0.5", "engines": { "node": ">=6.12" }, |