diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index 1dbe1811c6..1573b3ef1e 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-asset-proxy", - "version": "2.2.5", + "version": "2.2.6", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,16 +69,16 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-erc1155": "^1.1.12", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-erc721": "^2.1.12", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-erc1155": "^1.1.13", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-erc721": "^2.1.13", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.11" diff --git a/contracts/coordinator/package.json b/contracts/coordinator/package.json index edc9846691..9b57451af0 100644 --- a/contracts/coordinator/package.json +++ b/contracts/coordinator/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-coordinator", - "version": "2.0.10", + "version": "2.0.11", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,17 +69,17 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-exchange": "^2.1.11", - "@0x/contracts-exchange-libs": "^3.0.5", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-exchange": "^2.1.12", + "@0x/contracts-exchange-libs": "^3.0.6", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.11" diff --git a/contracts/dev-utils/package.json b/contracts/dev-utils/package.json index 91d8ceab39..c252534432 100644 --- a/contracts/dev-utils/package.json +++ b/contracts/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-dev-utils", - "version": "0.0.7", + "version": "0.0.8", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,19 +69,19 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc1155": "^1.1.12", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-erc721": "^2.1.12", - "@0x/contracts-exchange": "^2.1.11", - "@0x/contracts-exchange-libs": "^3.0.5", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc1155": "^1.1.13", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-erc721": "^2.1.13", + "@0x/contracts-exchange": "^2.1.12", + "@0x/contracts-exchange-libs": "^3.0.6", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1" }, diff --git a/contracts/erc1155/package.json b/contracts/erc1155/package.json index decbe14bd4..d96aa03b66 100644 --- a/contracts/erc1155/package.json +++ b/contracts/erc1155/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc1155", - "version": "1.1.12", + "version": "1.1.13", "engines": { "node": ">=6.12" }, @@ -47,10 +47,10 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -68,13 +68,13 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/contracts-utils": "^3.2.1", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/contracts-utils": "^3.2.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index a16f557828..57877162f7 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc20", - "version": "2.2.11", + "version": "2.2.12", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,12 +69,12 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-utils": "^3.2.1", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-utils": "^3.2.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index ff35d0f513..1b8fc528f5 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc721", - "version": "2.1.12", + "version": "2.1.13", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,12 +69,12 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-utils": "^3.2.1", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-utils": "^3.2.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 85e0d17511..5c1296c798 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-forwarder", - "version": "3.0.9", + "version": "3.0.10", "engines": { "node": ">=6.12" }, @@ -46,11 +46,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -68,18 +68,18 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-erc721": "^2.1.12", - "@0x/contracts-exchange": "^2.1.11", - "@0x/contracts-exchange-libs": "^3.0.5", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-erc721": "^2.1.13", + "@0x/contracts-exchange": "^2.1.12", + "@0x/contracts-exchange-libs": "^3.0.6", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index 10eed04dc9..8cc5863c6d 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-libs", - "version": "3.0.5", + "version": "3.0.6", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,13 +69,13 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index d696600bc3..88b5fa2884 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange", - "version": "2.1.11", + "version": "2.1.12", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,18 +69,18 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc1155": "^1.1.12", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-erc721": "^2.1.12", - "@0x/contracts-exchange-libs": "^3.0.5", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc1155": "^1.1.13", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-erc721": "^2.1.13", + "@0x/contracts-exchange-libs": "^3.0.6", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1", "lodash": "^4.17.11" diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 0b30fc3968..699bb6ac7e 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-extensions", - "version": "4.0.5", + "version": "4.0.6", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,18 +69,18 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc20": "^2.2.11", - "@0x/contracts-erc721": "^2.1.12", - "@0x/contracts-exchange": "^2.1.11", - "@0x/contracts-exchange-libs": "^3.0.5", - "@0x/contracts-utils": "^3.2.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc20": "^2.2.12", + "@0x/contracts-erc721": "^2.1.13", + "@0x/contracts-exchange": "^2.1.12", + "@0x/contracts-exchange-libs": "^3.0.6", + "@0x/contracts-utils": "^3.2.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index 9dea6fd642..eb60c361b0 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-multisig", - "version": "3.1.11", + "version": "3.1.12", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -69,14 +69,14 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contracts-asset-proxy": "^2.2.5", - "@0x/contracts-erc20": "^2.2.11", + "@0x/base-contract": "^5.3.2", + "@0x/contracts-asset-proxy": "^2.2.6", + "@0x/contracts-erc20": "^2.2.12", "@0x/contracts-utils": "2.0.1", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 38c28b382c..8984be1de8 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-test-utils", - "version": "3.1.13", + "version": "3.1.14", "engines": { "node": ">=6.12" }, @@ -42,18 +42,18 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/dev-utils": "^2.3.0", - "@0x/order-utils": "^8.2.5", - "@0x/sol-compiler": "^3.1.12", - "@0x/sol-coverage": "^3.0.9", - "@0x/sol-profiler": "^3.1.11", - "@0x/sol-trace": "^2.0.17", - "@0x/subproviders": "^5.0.1", + "@0x/dev-utils": "^2.3.1", + "@0x/order-utils": "^8.3.0", + "@0x/sol-compiler": "^3.1.13", + "@0x/sol-coverage": "^3.0.10", + "@0x/sol-profiler": "^3.1.12", + "@0x/sol-trace": "^2.0.18", + "@0x/subproviders": "^5.0.2", "@0x/tslint-config": "^3.0.1", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/bn.js": "^4.11.0", "@types/js-combinatorics": "^0.5.29", "@types/lodash": "4.14.104", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 5a1e260825..1174082798 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-utils", - "version": "3.2.1", + "version": "3.2.2", "engines": { "node": ">=6.12" }, @@ -47,11 +47,11 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "@0x/contracts-gen": "^1.0.13", - "@0x/contracts-test-utils": "^3.1.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/contracts-test-utils": "^3.1.14", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/tslint-config": "^3.0.1", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", @@ -70,12 +70,12 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/order-utils": "^8.2.5", + "@0x/base-contract": "^5.3.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "bn.js": "^4.11.8", "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1", diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index f9e8706e06..fbb3c42766 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -1,6 +1,6 @@ { "name": "0x.js", - "version": "6.0.15", + "version": "7.0.0", "engines": { "node": ">=6.12" }, @@ -43,9 +43,9 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0x/contract-addresses": "^3.0.3", - "@0x/dev-utils": "^2.3.0", - "@0x/migrations": "^4.2.0", + "@0x/contract-addresses": "^3.1.0", + "@0x/dev-utils": "^2.3.1", + "@0x/migrations": "^4.3.0", "@0x/tslint-config": "^3.0.1", "@types/lodash": "4.14.104", "@types/mocha": "^5.2.7", @@ -72,16 +72,16 @@ "webpack": "^4.20.2" }, "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/asset-swapper": "^1.0.1", - "@0x/base-contract": "^5.3.1", - "@0x/contract-wrappers": "^11.0.0", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/assert": "^2.1.4", + "@0x/asset-swapper": "^1.0.2", + "@0x/base-contract": "^5.3.2", + "@0x/contract-wrappers": "^11.1.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^2.1.4", "ethers": "~4.0.4", diff --git a/packages/abi-gen-templates/package.json b/packages/abi-gen-templates/package.json index 62524d7000..efa37fd020 100644 --- a/packages/abi-gen-templates/package.json +++ b/packages/abi-gen-templates/package.json @@ -1,6 +1,6 @@ { "name": "@0x/abi-gen-templates", - "version": "2.4.1", + "version": "2.4.2", "engines": { "node": ">=6.12" }, diff --git a/packages/abi-gen-wrappers/package.json b/packages/abi-gen-wrappers/package.json index 188bc9946d..f672b6442e 100644 --- a/packages/abi-gen-wrappers/package.json +++ b/packages/abi-gen-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@0x/abi-gen-wrappers", - "version": "5.2.0", + "version": "5.3.0", "engines": { "node": ">=6.12" }, @@ -34,23 +34,23 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", - "@0x/abi-gen-templates": "^2.4.1", - "@0x/assert": "^2.1.3", - "@0x/json-schemas": "^3.1.13", + "@0x/abi-gen": "^4.1.1", + "@0x/abi-gen-templates": "^2.4.2", + "@0x/assert": "^2.1.4", + "@0x/json-schemas": "^4.0.0", "@0x/tslint-config": "^3.0.1", "@0x/types": "^2.4.1", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethers": "~4.0.4", "lodash": "^4.17.11", "shx": "^0.2.2" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-artifacts": "^2.0.4" + "@0x/base-contract": "^5.3.2", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-artifacts": "^2.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index 0d54680f1e..6ffe07177c 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -1,6 +1,6 @@ { "name": "@0x/abi-gen", - "version": "4.1.0", + "version": "4.1.1", "engines": { "node": ">=6.12" }, @@ -79,13 +79,13 @@ "yargs": "^10.0.3" }, "devDependencies": { - "@0x/base-contract": "^5.3.1", + "@0x/base-contract": "^5.3.2", "@0x/contracts-gen": "^1.0.13", - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", - "@0x/subproviders": "^5.0.1", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", + "@0x/subproviders": "^5.0.2", "@0x/tslint-config": "^3.0.1", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/glob": "5.0.35", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", diff --git a/packages/assert/package.json b/packages/assert/package.json index 8332258b88..507d1089d0 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@0x/assert", - "version": "2.1.3", + "version": "2.1.4", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/json-schemas": "^3.1.13", + "@0x/json-schemas": "^4.0.0", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", "lodash": "^4.17.11", diff --git a/packages/asset-buyer/package.json b/packages/asset-buyer/package.json index df12abe0e3..36494db852 100644 --- a/packages/asset-buyer/package.json +++ b/packages/asset-buyer/package.json @@ -1,6 +1,6 @@ { "name": "@0x/asset-buyer", - "version": "6.1.11", + "version": "6.1.12", "engines": { "node": ">=6.12" }, @@ -37,16 +37,16 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md", "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/connect": "^5.0.16", - "@0x/contract-wrappers": "^11.0.0", - "@0x/json-schemas": "^3.1.13", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/assert": "^2.1.4", + "@0x/connect": "^5.0.17", + "@0x/contract-wrappers": "^11.1.0", + "@0x/json-schemas": "^4.0.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/packages/asset-swapper/package.json b/packages/asset-swapper/package.json index 1c9d003bea..fca19ecbe3 100644 --- a/packages/asset-swapper/package.json +++ b/packages/asset-swapper/package.json @@ -1,6 +1,6 @@ { "name": "@0x/asset-swapper", - "version": "1.0.1", + "version": "1.0.2", "engines": { "node": ">=6.12" }, @@ -37,20 +37,20 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md", "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/connect": "^5.0.16", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-wrappers": "^11.0.0", - "@0x/dev-utils": "^2.3.0", - "@0x/fill-scenarios": "^3.0.16", - "@0x/json-schemas": "^3.1.13", - "@0x/migrations": "^4.2.0", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/assert": "^2.1.4", + "@0x/connect": "^5.0.17", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-wrappers": "^11.1.0", + "@0x/dev-utils": "^2.3.1", + "@0x/fill-scenarios": "^3.0.17", + "@0x/json-schemas": "^4.0.0", + "@0x/migrations": "^4.3.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "lodash": "^4.17.11" }, diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json index 8e0b0d2376..ff49ee2485 100644 --- a/packages/base-contract/package.json +++ b/packages/base-contract/package.json @@ -1,6 +1,6 @@ { "name": "@0x/base-contract", - "version": "5.3.1", + "version": "5.3.2", "engines": { "node": ">=6.12" }, @@ -42,11 +42,11 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/json-schemas": "^3.1.13", + "@0x/assert": "^2.1.4", + "@0x/json-schemas": "^4.0.0", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethereumjs-blockstream": "^7.0.0", "ethereumjs-util": "^5.1.1", diff --git a/packages/connect/package.json b/packages/connect/package.json index bfd9a6a4d7..98844c133c 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -1,6 +1,6 @@ { "name": "@0x/connect", - "version": "5.0.16", + "version": "5.0.17", "engines": { "node": ">=6.12" }, @@ -45,9 +45,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/json-schemas": "^3.1.13", - "@0x/order-utils": "^8.2.5", + "@0x/assert": "^2.1.4", + "@0x/json-schemas": "^4.0.0", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", diff --git a/packages/contract-addresses/package.json b/packages/contract-addresses/package.json index b58498ad5e..da1c12849e 100644 --- a/packages/contract-addresses/package.json +++ b/packages/contract-addresses/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-addresses", - "version": "3.0.3", + "version": "3.1.0", "engines": { "node": ">=6.12" }, diff --git a/packages/contract-artifacts/package.json b/packages/contract-artifacts/package.json index c621e63f5a..48e8241f60 100644 --- a/packages/contract-artifacts/package.json +++ b/packages/contract-artifacts/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-artifacts", - "version": "2.0.4", + "version": "2.2.0", "engines": { "node": ">=6.12" }, diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json index 7cb94410b2..ebe3a0523b 100644 --- a/packages/contract-wrappers/package.json +++ b/packages/contract-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contract-wrappers", - "version": "11.0.0", + "version": "11.1.0", "engines": { "node": ">=6.12" }, @@ -46,16 +46,16 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/contract-wrappers/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", - "@0x/abi-gen-templates": "^2.4.1", - "@0x/assert": "^2.1.3", - "@0x/contracts-test-utils": "^3.1.12", + "@0x/abi-gen": "^4.1.1", + "@0x/abi-gen-templates": "^2.4.2", + "@0x/assert": "^2.1.4", + "@0x/contracts-test-utils": "^3.1.14", "@0x/coordinator-server": "^0.1.3", - "@0x/json-schemas": "^3.1.13", + "@0x/json-schemas": "^4.0.0", "@0x/tslint-config": "^3.0.1", "@0x/types": "^2.4.1", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/nock": "^10.0.3", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", @@ -69,14 +69,14 @@ "shx": "^0.2.2" }, "dependencies": { - "@0x/base-contract": "^5.3.1", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-artifacts": "^2.0.4", - "@0x/dev-utils": "^2.3.0", - "@0x/fill-scenarios": "^3.0.16", - "@0x/migrations": "^4.2.0", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/base-contract": "^5.3.2", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-artifacts": "^2.2.0", + "@0x/dev-utils": "^2.3.1", + "@0x/fill-scenarios": "^3.0.17", + "@0x/migrations": "^4.3.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "http-status-codes": "^1.3.2" }, "publishConfig": { diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 62b2800be2..42388e1df4 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/dev-utils", - "version": "2.3.0", + "version": "2.3.1", "engines": { "node": ">=6.12" }, @@ -42,11 +42,11 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/subproviders": "^5.0.1", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/web3-provider-engine": "^14.0.0", "chai": "^4.0.1", "ethereum-types": "^2.1.4", diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json index 3f16671a14..4f7548fca1 100644 --- a/packages/fill-scenarios/package.json +++ b/packages/fill-scenarios/package.json @@ -1,6 +1,6 @@ { "name": "@0x/fill-scenarios", - "version": "3.0.16", + "version": "3.0.17", "description": "0x order fill scenario generator", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -29,13 +29,13 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/abi-gen-wrappers": "^5.2.0", - "@0x/base-contract": "^5.3.1", - "@0x/order-utils": "^8.2.5", + "@0x/abi-gen-wrappers": "^5.3.0", + "@0x/base-contract": "^5.3.2", + "@0x/order-utils": "^8.3.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "ethereum-types": "^2.1.4", "ethers": "~4.0.4", "lodash": "^4.17.11" diff --git a/packages/instant/package.json b/packages/instant/package.json index 4dc1ccc5c0..5d147c1f1b 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -1,6 +1,6 @@ { "name": "@0x/instant", - "version": "1.0.28", + "version": "1.0.29", "engines": { "node": ">=6.12" }, @@ -43,15 +43,15 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md", "dependencies": { - "@0x/assert": "^2.1.3", + "@0x/assert": "^2.1.4", "@0x/asset-buyer": "6.1.8", - "@0x/json-schemas": "^3.1.13", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/json-schemas": "^4.0.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "babel-runtime": "^6.26.0", "bowser": "^1.9.4", "copy-to-clipboard": "^3.0.8", diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json index f44bdcee2d..e964d946ae 100644 --- a/packages/json-schemas/package.json +++ b/packages/json-schemas/package.json @@ -1,6 +1,6 @@ { "name": "@0x/json-schemas", - "version": "3.1.13", + "version": "4.0.0", "engines": { "node": ">=6.12" }, diff --git a/packages/migrations/package.json b/packages/migrations/package.json index 13d13390b6..354b8eac2a 100644 --- a/packages/migrations/package.json +++ b/packages/migrations/package.json @@ -1,6 +1,6 @@ { "name": "@0x/migrations", - "version": "4.2.0", + "version": "4.3.0", "engines": { "node": ">=6.12" }, @@ -37,7 +37,7 @@ }, "license": "Apache-2.0", "devDependencies": { - "@0x/dev-utils": "^2.3.0", + "@0x/dev-utils": "^2.3.1", "@0x/tslint-config": "^3.0.1", "@0x/types": "^2.4.1", "@types/yargs": "^11.0.0", @@ -51,16 +51,16 @@ "yargs": "^10.0.3" }, "dependencies": { - "@0x/abi-gen-wrappers": "^5.2.0", - "@0x/base-contract": "^5.3.1", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-artifacts": "^2.0.4", - "@0x/order-utils": "^8.2.5", - "@0x/sol-compiler": "^3.1.12", - "@0x/subproviders": "^5.0.1", + "@0x/abi-gen-wrappers": "^5.3.0", + "@0x/base-contract": "^5.3.2", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-artifacts": "^2.2.0", + "@0x/order-utils": "^8.3.0", + "@0x/sol-compiler": "^3.1.13", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@ledgerhq/hw-app-eth": "^4.3.0", "@types/web3-provider-engine": "^14.0.0", "ethereum-types": "^2.1.4", diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index bc6357426b..7f94ab951d 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0x/monorepo-scripts", - "version": "1.0.34", + "version": "1.0.35", "engines": { "node": ">=6.12" }, diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 3c37c8ed31..e4ad15e222 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/order-utils", - "version": "8.2.5", + "version": "8.3.0", "engines": { "node": ">=6.12" }, @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0x/dev-utils": "^2.3.0", + "@0x/dev-utils": "^2.3.1", "@0x/tslint-config": "^3.0.1", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", @@ -57,16 +57,16 @@ "web3-provider-engine": "14.0.6" }, "dependencies": { - "@0x/abi-gen-wrappers": "^5.2.0", - "@0x/assert": "^2.1.3", - "@0x/base-contract": "^5.3.1", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-artifacts": "^2.0.4", - "@0x/json-schemas": "^3.1.13", + "@0x/abi-gen-wrappers": "^5.3.0", + "@0x/assert": "^2.1.4", + "@0x/base-contract": "^5.3.2", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-artifacts": "^2.2.0", + "@0x/json-schemas": "^4.0.0", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/node": "*", "bn.js": "^4.11.8", "ethereum-types": "^2.1.4", diff --git a/packages/python-contract-wrappers/package.json b/packages/python-contract-wrappers/package.json index c2540dee19..a4ca07201c 100644 --- a/packages/python-contract-wrappers/package.json +++ b/packages/python-contract-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@0x/python-contract-wrappers", - "version": "1.0.3", + "version": "1.0.4", "engines": { "node": ">=6.12" }, @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/python-contract-wrappers/README.md", "devDependencies": { - "@0x/abi-gen": "^4.1.0", + "@0x/abi-gen": "^4.1.1", "shx": "^0.2.2" }, "publishConfig": { diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 472b91eb65..9f9d2b6291 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-compiler", - "version": "3.1.12", + "version": "3.1.13", "engines": { "node": ">=6.12" }, @@ -43,7 +43,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "devDependencies": { - "@0x/dev-utils": "^2.3.0", + "@0x/dev-utils": "^2.3.1", "@0x/tslint-config": "^3.0.1", "@types/mkdirp": "^0.5.2", "@types/mocha": "^5.2.7", @@ -70,13 +70,13 @@ "zeppelin-solidity": "1.8.0" }, "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/json-schemas": "^3.1.13", + "@0x/assert": "^2.1.4", + "@0x/json-schemas": "^4.0.0", "@0x/sol-resolver": "^2.0.9", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/yargs": "^11.0.0", "chalk": "^2.3.0", "chokidar": "^3.0.2", diff --git a/packages/sol-coverage/package.json b/packages/sol-coverage/package.json index 8b1e62565f..a1cc5408a2 100644 --- a/packages/sol-coverage/package.json +++ b/packages/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-coverage", - "version": "3.0.9", + "version": "3.0.10", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^6.0.16", - "@0x/subproviders": "^5.0.1", + "@0x/sol-tracing-utils": "^6.0.17", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "@types/minimatch": "^3.0.3", "ethereum-types": "^2.1.4", diff --git a/packages/sol-doc/package.json b/packages/sol-doc/package.json index 832bfb3736..51ff880896 100644 --- a/packages/sol-doc/package.json +++ b/packages/sol-doc/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-doc", - "version": "2.0.16", + "version": "2.0.17", "description": "Solidity documentation generator", "main": "lib/src/index.js", "types": "lib/src/index.d.js", @@ -26,7 +26,7 @@ "author": "F. Eugene Aumson", "license": "Apache-2.0", "dependencies": { - "@0x/sol-compiler": "^3.1.12", + "@0x/sol-compiler": "^3.1.13", "@0x/types": "^2.4.1", "@0x/utils": "^4.5.0", "ethereum-types": "^2.1.4", diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 950de1c386..74dd43ae64 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-profiler", - "version": "3.1.11", + "version": "3.1.12", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^6.0.16", - "@0x/subproviders": "^5.0.1", + "@0x/sol-tracing-utils": "^6.0.17", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", "ethereum-types": "^2.1.4", diff --git a/packages/sol-trace/package.json b/packages/sol-trace/package.json index 0f89fa6887..18d96bd7ce 100644 --- a/packages/sol-trace/package.json +++ b/packages/sol-trace/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-trace", - "version": "2.0.17", + "version": "2.0.18", "engines": { "node": ">=6.12" }, @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-trace/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^6.0.16", - "@0x/subproviders": "^5.0.1", + "@0x/sol-tracing-utils": "^6.0.17", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "chalk": "^2.3.0", "ethereum-types": "^2.1.4", diff --git a/packages/sol-tracing-utils/package.json b/packages/sol-tracing-utils/package.json index f42869ef69..44a302b117 100644 --- a/packages/sol-tracing-utils/package.json +++ b/packages/sol-tracing-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-tracing-utils", - "version": "6.0.16", + "version": "6.0.17", "engines": { "node": ">=6.12" }, @@ -43,13 +43,13 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-tracing-utils/README.md", "dependencies": { - "@0x/dev-utils": "^2.3.0", - "@0x/sol-compiler": "^3.1.12", + "@0x/dev-utils": "^2.3.1", + "@0x/sol-compiler": "^3.1.13", "@0x/sol-resolver": "^2.0.9", - "@0x/subproviders": "^5.0.1", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@types/solidity-parser-antlr": "^0.2.3", "chalk": "^2.3.0", "ethereum-types": "^2.1.4", diff --git a/packages/sra-spec/package.json b/packages/sra-spec/package.json index c5f3cf578e..e35072e58e 100644 --- a/packages/sra-spec/package.json +++ b/packages/sra-spec/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sra-spec", - "version": "2.0.14", + "version": "2.0.15", "engines": { "node": ">=6.12" }, @@ -36,7 +36,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-spec/README.md", "dependencies": { - "@0x/json-schemas": "^3.1.13", + "@0x/json-schemas": "^4.0.0", "@loopback/openapi-v3-types": "^0.8.2" }, "devDependencies": { diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index ad66e44f2e..75c4e89ff9 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -1,6 +1,6 @@ { "name": "@0x/subproviders", - "version": "5.0.1", + "version": "5.0.2", "engines": { "node": ">=6.12" }, @@ -30,11 +30,11 @@ } }, "dependencies": { - "@0x/assert": "^2.1.3", + "@0x/assert": "^2.1.4", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-transport-u2f": "4.24.0", "@types/hdkey": "^0.7.0", diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json index a5cec6ee4b..b7edcc0605 100644 --- a/packages/testnet-faucets/package.json +++ b/packages/testnet-faucets/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@0x/testnet-faucets", - "version": "1.0.84", + "version": "1.0.85", "engines": { "node": ">=6.12" }, @@ -19,12 +19,12 @@ "author": "Fabio Berger", "license": "Apache-2.0", "dependencies": { - "0x.js": "^6.0.15", - "@0x/contract-wrappers": "^11.0.0", - "@0x/subproviders": "^5.0.1", + "0x.js": "^7.0.0", + "@0x/contract-wrappers": "^11.1.0", + "@0x/subproviders": "^5.0.2", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "body-parser": "^1.17.1", "ethereum-types": "^2.1.4", "ethereumjs-tx": "^1.3.5", diff --git a/packages/web3-wrapper/package.json b/packages/web3-wrapper/package.json index 446bc2cd86..84f1a62d2e 100644 --- a/packages/web3-wrapper/package.json +++ b/packages/web3-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@0x/web3-wrapper", - "version": "6.0.10", + "version": "6.0.11", "engines": { "node": ">=6.12" }, @@ -55,8 +55,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/assert": "^2.1.3", - "@0x/json-schemas": "^3.1.13", + "@0x/assert": "^2.1.4", + "@0x/json-schemas": "^4.0.0", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", "ethereum-types": "^2.1.4", diff --git a/packages/website/package.json b/packages/website/package.json index 7a20d8ee93..0ef0b3d81b 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@0x/website", - "version": "0.0.87", + "version": "0.0.88", "engines": { "node": ">=6.12" }, @@ -21,16 +21,16 @@ "author": "Fabio Berger", "license": "Apache-2.0", "dependencies": { - "@0x/asset-buyer": "^6.1.11", - "@0x/contract-addresses": "^3.0.3", - "@0x/contract-wrappers": "^11.0.0", - "@0x/json-schemas": "^3.1.13", - "@0x/order-utils": "^8.2.5", - "@0x/subproviders": "^5.0.1", + "@0x/asset-buyer": "^6.1.12", + "@0x/contract-addresses": "^3.1.0", + "@0x/contract-wrappers": "^11.1.0", + "@0x/json-schemas": "^4.0.0", + "@0x/order-utils": "^8.3.0", + "@0x/subproviders": "^5.0.2", "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.4", "@0x/utils": "^4.5.0", - "@0x/web3-wrapper": "^6.0.10", + "@0x/web3-wrapper": "^6.0.11", "@reach/dialog": "^0.1.2", "@types/react-lazyload": "^2.3.1", "@types/react-loadable": "^5.4.2",