aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-contract/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base-contract/package.json')
-rw-r--r--packages/base-contract/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json
index b87092e49..d86dfa6c7 100644
--- a/packages/base-contract/package.json
+++ b/packages/base-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/base-contract",
- "version": "2.0.5",
+ "version": "3.0.0",
"engines": {
"node": ">=6.12"
},
@@ -40,10 +40,10 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0xproject/typescript-typings": "^2.0.2",
- "@0xproject/utils": "^1.0.11",
- "@0xproject/web3-wrapper": "^3.0.1",
- "ethereum-types": "^1.0.8",
+ "@0xproject/typescript-typings": "^3.0.0",
+ "@0xproject/utils": "^2.0.0",
+ "@0xproject/web3-wrapper": "^3.0.2",
+ "ethereum-types": "^1.0.9",
"ethers": "4.0.0-beta.14",
"lodash": "^4.17.5"
},