aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 03:44:09 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-07-20 03:44:09 +0800
commitf063a5db0fecbb900f9ca3dbf35d993d38f4b820 (patch)
tree2c98fe64136b9393c8c9257667d148005477276e
parent3883315447a1681848b19aba1719d8015c7df693 (diff)
downloaddexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar.gz
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar.bz2
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar.lz
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar.xz
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.tar.zst
dexon-sol-tools-f063a5db0fecbb900f9ca3dbf35d993d38f4b820.zip
Change all package to depend on the new ethereum-types@1.0.0
-rw-r--r--packages/0x.js/package.json2
-rw-r--r--packages/abi-gen/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/types/package.json2
-rw-r--r--packages/typescript-typings/package.json2
-rw-r--r--packages/utils/package.json2
-rw-r--r--packages/web3-wrapper/package.json2
19 files changed, 19 insertions, 19 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index 538eafd59..b9f5709dc 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -110,7 +110,7 @@
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json
index 5e52662d0..049e9bc46 100644
--- a/packages/abi-gen/package.json
+++ b/packages/abi-gen/package.json
@@ -35,7 +35,7 @@
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
"chalk": "^2.3.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.4",
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json
index 32910cd80..dfb38fa27 100644
--- a/packages/base-contract/package.json
+++ b/packages/base-contract/package.json
@@ -43,7 +43,7 @@
"typescript": "2.7.1"
},
"dependencies": {
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
diff --git a/packages/contract-wrappers/package.json b/packages/contract-wrappers/package.json
index c37030797..2463d91c1 100644
--- a/packages/contract-wrappers/package.json
+++ b/packages/contract-wrappers/package.json
@@ -83,7 +83,7 @@
"@0xproject/fill-scenarios": "^1.0.0",
"@0xproject/json-schemas": "^1.0.0",
"@0xproject/types": "^1.0.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethereumjs-blockstream": "5.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
diff --git a/packages/contracts/package.json b/packages/contracts/package.json
index e3f06f16a..a9a72c239 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -79,7 +79,7 @@
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"bn.js": "^4.11.8",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1",
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 3267f98d9..fd5c0b975 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -48,7 +48,7 @@
"@0xproject/subproviders": "^0.10.6",
"@0xproject/types": "^0.8.2",
"@0xproject/utils": "^0.7.3",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/web3-wrapper": "^0.7.3",
"lodash": "^4.17.4"
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index 45eb1ea6d..bb2a43cb7 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -44,7 +44,7 @@
"@0xproject/base-contract": "^0.3.6",
"@0xproject/order-utils": "^1.0.0",
"@0xproject/types": "1.0.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
diff --git a/packages/metacoin/package.json b/packages/metacoin/package.json
index 779be6673..9de26145e 100644
--- a/packages/metacoin/package.json
+++ b/packages/metacoin/package.json
@@ -41,7 +41,7 @@
"@0xproject/web3-wrapper": "^0.7.3",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4",
"run-s": "^0.0.0"
diff --git a/packages/migrations/package.json b/packages/migrations/package.json
index 866de792b..0c61bfdd7 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -58,7 +58,7 @@
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
"@ledgerhq/hw-app-eth": "^4.3.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index 1ac2804d7..873723e30 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -81,7 +81,7 @@
"@0xproject/web3-wrapper": "^0.7.3",
"@types/node": "^8.0.53",
"bn.js": "^4.11.8",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 65ead4511..94985c87f 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -88,7 +88,7 @@
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
"ethereumjs-blockstream": "5.0.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"bintrees": "^1.0.2",
"ethers": "3.0.22",
"lodash": "^4.17.4"
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index 534205b47..ef6012409 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -84,7 +84,7 @@
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
"@types/yargs": "^11.0.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"chalk": "^2.3.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index abd70c929..3d9228835 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -56,7 +56,7 @@
"@0xproject/utils": "^0.7.3",
"@0xproject/web3-wrapper": "^0.7.3",
"@0xproject/dev-utils": "^0.4.6",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethereumjs-util": "^5.1.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",
diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json
index 620a46384..9f428cead 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -47,7 +47,7 @@
"@0xproject/utils": "^0.7.3",
"@ledgerhq/hw-app-eth": "^4.3.0",
"@ledgerhq/hw-transport-u2f": "^4.3.0",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"bip39": "^2.5.0",
"bn.js": "^4.11.8",
"eth-lightwallet": "^3.0.1",
diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json
index 793819f39..211a4e27a 100644
--- a/packages/testnet-faucets/package.json
+++ b/packages/testnet-faucets/package.json
@@ -35,7 +35,7 @@
"@types/body-parser": "^1.16.1",
"@types/express": "^4.0.35",
"@types/lodash": "4.14.104",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"awesome-typescript-loader": "^3.1.3",
"gulp": "^3.9.1",
"make-promises-safe": "^1.1.0",
diff --git a/packages/types/package.json b/packages/types/package.json
index fee9d847f..89693794f 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -35,7 +35,7 @@
"dependencies": {
"@types/node": "^8.0.53",
"bignumber.js": "~4.1.0",
- "ethereum-types": "^0.0.2"
+ "ethereum-types": "^1.0.0"
},
"publishConfig": {
"access": "public"
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index ffc09001e..697b20062 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -25,7 +25,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"bignumber.js": "~4.1.0"
},
"devDependencies": {
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 962dca5be..ce71bae79 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -40,7 +40,7 @@
"@types/node": "^8.0.53",
"bignumber.js": "~4.1.0",
"detect-node": "2.0.3",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
"isomorphic-fetch": "^2.2.1",
diff --git a/packages/web3-wrapper/package.json b/packages/web3-wrapper/package.json
index 13e5d2bcd..03514f011 100644
--- a/packages/web3-wrapper/package.json
+++ b/packages/web3-wrapper/package.json
@@ -68,7 +68,7 @@
"@0xproject/json-schemas": "^1.0.0",
"@0xproject/typescript-typings": "^0.4.3",
"@0xproject/utils": "^0.7.3",
- "ethereum-types": "^0.0.2",
+ "ethereum-types": "^1.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"