aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/typescript-typings/package.json2
-rw-r--r--packages/utils/package.json2
-rw-r--r--packages/web3-wrapper/package.json2
17 files changed, 17 insertions, 17 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json
index f7e179d4f..9d36f88b4 100644
--- a/packages/abi-gen/package.json
+++ b/packages/abi-gen/package.json
@@ -35,7 +35,7 @@
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"chalk": "^2.3.0",
- "ethereum-types": "^1.0.1",
+ "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 c56881afd..afb098b27 100644
--- a/packages/base-contract/package.json
+++ b/packages/base-contract/package.json
@@ -46,7 +46,7 @@
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "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 647522eca..feb654bb1 100644
--- a/packages/contract-wrappers/package.json
+++ b/packages/contract-wrappers/package.json
@@ -81,7 +81,7 @@
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
- "ethereum-types": "^1.0.1",
+ "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 db300e6ac..3ffda79b2 100644
--- a/packages/contracts/package.json
+++ b/packages/contracts/package.json
@@ -84,7 +84,7 @@
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"bn.js": "^4.11.8",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 5f66ad1a7..4d34eb73e 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -50,7 +50,7 @@
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"lodash": "^4.17.4"
},
"publishConfig": {
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index 3b832e53e..e8fe87b60 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -47,7 +47,7 @@
"@0xproject/typescript-typings": "^1.0.1",
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
},
diff --git a/packages/metacoin/package.json b/packages/metacoin/package.json
index a1f2b81df..9f1326c2c 100644
--- a/packages/metacoin/package.json
+++ b/packages/metacoin/package.json
@@ -41,7 +41,7 @@
"@0xproject/web3-wrapper": "^1.0.1",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
- "ethereum-types": "^1.0.1",
+ "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 df19ba547..183cc8dfc 100644
--- a/packages/migrations/package.json
+++ b/packages/migrations/package.json
@@ -61,7 +61,7 @@
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"@ledgerhq/hw-app-eth": "^4.3.0",
- "ethereum-types": "^1.0.1",
+ "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 2123cb75a..3deb682ce 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -83,7 +83,7 @@
"@0xproject/web3-wrapper": "^1.0.1",
"@types/node": "^8.0.53",
"bn.js": "^4.11.8",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 003a00058..eef14222c 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -81,7 +81,7 @@
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"bintrees": "^1.0.2",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-blockstream": "5.0.0",
"ethers": "3.0.22",
"lodash": "^4.17.4"
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index 02498d62a..6f6afc8e7 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -85,7 +85,7 @@
"@0xproject/web3-wrapper": "^1.0.1",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index 08f57a6ea..e74a64b9a 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -57,7 +57,7 @@
"@0xproject/utils": "^1.0.1",
"@0xproject/web3-wrapper": "^1.0.1",
"@types/solidity-parser-antlr": "^0.2.1",
- "ethereum-types": "^1.0.1",
+ "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 717446d23..02b5d23d3 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -51,7 +51,7 @@
"bip39": "^2.5.0",
"bn.js": "^4.11.8",
"eth-lightwallet": "^3.0.1",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1",
"ganache-core": "0xProject/ganache-core",
diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json
index e0e4b66e7..11615cbee 100644
--- a/packages/testnet-faucets/package.json
+++ b/packages/testnet-faucets/package.json
@@ -36,7 +36,7 @@
"@types/express": "^4.0.35",
"@types/lodash": "4.14.104",
"awesome-typescript-loader": "^3.1.3",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"gulp": "^3.9.1",
"make-promises-safe": "^1.1.0",
"nodemon": "^1.11.0",
diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json
index b6b0a06b1..8b9fe365a 100644
--- a/packages/typescript-typings/package.json
+++ b/packages/typescript-typings/package.json
@@ -26,7 +26,7 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/typescript-typings#readme",
"dependencies": {
"bignumber.js": "~4.1.0",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"@types/bn.js": "^4.11.0",
"@types/react": "*",
"popper.js": "1.14.3"
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 4be39540a..37ef94e86 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -41,7 +41,7 @@
"abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "~4.1.0",
"detect-node": "2.0.3",
- "ethereum-types": "^1.0.1",
+ "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 caf7ea6bc..e9c8c5ff5 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": "^1.0.1",
"@0xproject/utils": "^1.0.1",
- "ethereum-types": "^1.0.1",
+ "ethereum-types": "1.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "3.0.22",
"lodash": "^4.17.4"