diff options
Diffstat (limited to 'packages/base-contract')
-rw-r--r-- | packages/base-contract/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json index 5d4c849f2..7ac629bbf 100644 --- a/packages/base-contract/package.json +++ b/packages/base-contract/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/base-contract", - "version": "1.0.3", + "version": "1.0.4", "engines": { "node": ">=6.12" }, @@ -44,8 +44,8 @@ }, "dependencies": { "@0xproject/typescript-typings": "^1.0.3", - "@0xproject/utils": "^1.0.3", - "@0xproject/web3-wrapper": "^1.1.1", + "@0xproject/utils": "^1.0.4", + "@0xproject/web3-wrapper": "^1.1.2", "ethereum-types": "^1.0.3", "ethers": "3.0.22", "lodash": "^4.17.4" |