aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 04:57:27 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 04:57:27 +0800
commit8193fdc3047555e6c56ef31b4dc1af7339477463 (patch)
treecff7a800315374f29b6ef215bd18fd1c58edd507 /packages
parent9d06c81078e6e6debfb1b79f1d125bb7f7585eb3 (diff)
downloaddexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar.gz
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar.bz2
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar.lz
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar.xz
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.tar.zst
dexon-sol-tools-8193fdc3047555e6c56ef31b4dc1af7339477463.zip
Change all package to depend on the new @0xproject/web3-wrapper@1.0.0
Diffstat (limited to 'packages')
-rw-r--r--packages/0x.js/package.json2
-rw-r--r--packages/base-contract/package.json2
-rw-r--r--packages/contract-wrappers/package.json2
-rw-r--r--packages/contracts/package.json2
-rw-r--r--packages/dev-utils/package.json2
-rw-r--r--packages/fill-scenarios/package.json2
-rw-r--r--packages/metacoin/package.json2
-rw-r--r--packages/migrations/package.json2
-rw-r--r--packages/order-utils/package.json2
-rw-r--r--packages/order-watcher/package.json2
-rw-r--r--packages/sol-compiler/package.json2
-rw-r--r--packages/sol-cov/package.json2
-rw-r--r--packages/subproviders/package.json2
-rw-r--r--packages/testnet-faucets/package.json2
-rw-r--r--packages/website/package.json2
15 files changed, 15 insertions, 15 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index 9e95c4ff4..1c364a2e1 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -109,7 +109,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"ethereum-types": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json
index 2972b24e3..8568ee7fa 100644
--- a/packages/base-contract/package.json
+++ b/packages/base-contract/package.json
@@ -46,7 +46,7 @@
"ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},
diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json
index 9013a6f45..655b0bd02 100644
--- a/packages/contract-wrappers/package.json
+++ b/packages/contract-wrappers/package.json
@@ -79,7 +79,7 @@
"@0xproject/order-utils": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@0xproject/fill-scenarios": "^1.0.0",
"@0xproject/json-schemas": "^1.0.0-rc.1",
"@0xproject/types": "^1.0.0-rc.1",
diff --git a/packages/contracts/package.json b/packages/contracts/package.json
index 947b01ebf..2de87900a 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -78,7 +78,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"ethereum-types": "^1.0.0",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4",
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 21867f1f8..0610caa53 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -50,7 +50,7 @@
"@0xproject/utils": "^1.0.0",
"ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"lodash": "^4.17.4"
},
"publishConfig": {
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index d98c7a6a5..ca2b6e058 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -47,7 +47,7 @@
"ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},
diff --git a/packages/metacoin/package.json b/packages/metacoin/package.json
index c63d52468..3b4574760 100644
--- a/packages/metacoin/package.json
+++ b/packages/metacoin/package.json
@@ -38,7 +38,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
"ethereum-types": "^1.0.0",
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index e19a8c042..e939f320c 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -56,7 +56,7 @@
"@0xproject/subproviders": "^0.10.6",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.0.0",
"ethers": "3.0.22",
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index 447d4e61f..46d233e30 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -78,7 +78,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@types/node": "^8.0.53",
"bn.js": "^4.11.8",
"ethereum-types": "^1.0.0",
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index b6cb429d4..df6fb2948 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -86,7 +86,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"ethereumjs-blockstream": "5.0.0",
"ethereum-types": "^1.0.0",
"bintrees": "^1.0.2",
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index 1b1d970a1..3f9a23b7b 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -82,7 +82,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@types/yargs": "^11.0.0",
"ethereum-types": "^1.0.0",
"chalk": "^2.3.0",
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index bb870c5cc..981705d59 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -54,7 +54,7 @@
"@0xproject/subproviders": "^0.10.6",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@0xproject/dev-utils": "^0.4.6",
"ethereum-types": "^1.0.0",
"ethereumjs-util": "^5.1.1",
diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json
index 7bf4722b7..74c71dd15 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -42,7 +42,7 @@
"dependencies": {
"@0xproject/assert": "^1.0.0",
"@0xproject/types": "^1.0.0-rc.1",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
"@ledgerhq/hw-app-eth": "^4.3.0",
diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json
index 9f9db121e..bf524b4d0 100644
--- a/packages/testnet-faucets/package.json
+++ b/packages/testnet-faucets/package.json
@@ -20,7 +20,7 @@
"dependencies": {
"0x.js": "0.38.5",
"@0xproject/subproviders": "^0.10.6",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
"body-parser": "^1.17.1",
diff --git a/packages/website/package.json b/packages/website/package.json
index 0b4d6af1f..d4d95ff69 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -29,7 +29,7 @@
"@0xproject/types": "^1.0.0-rc.1",
"@0xproject/typescript-typings": "^1.0.0",
"@0xproject/utils": "^1.0.0",
- "@0xproject/web3-wrapper": "^0.7.3",
+ "@0xproject/web3-wrapper": "^1.0.0",
"accounting": "^0.4.1",
"basscss": "^8.0.3",
"blockies": "^0.0.2",