Fix ethereum-types versions

This commit is contained in:
Leonid Logvinov 2018-10-18 15:52:32 +02:00
parent 4b95e3d684
commit 7e49db2301
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
25 changed files with 25 additions and 25 deletions

View File

@ -85,7 +85,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@types/web3-provider-engine": "^14.0.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"web3-provider-engine": "14.0.6"

View File

@ -34,7 +34,7 @@
"@0x/tslint-config": "^1.0.8",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"shx": "^0.2.2"

View File

@ -34,7 +34,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"chalk": "^2.3.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"lodash": "^4.17.5",

View File

@ -46,7 +46,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"lodash": "^4.17.10"
},
"devDependencies": {

View File

@ -43,7 +43,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -76,7 +76,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-blockstream": "6.0.0",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -79,7 +79,7 @@
"@0x/web3-wrapper": "^3.0.3",
"@types/js-combinatorics": "^0.5.29",
"bn.js": "^4.11.8",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -48,7 +48,7 @@
"@0x/web3-wrapper": "^3.0.3",
"@types/web3-provider-engine": "^14.0.0",
"chai": "^4.0.1",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"lodash": "^4.17.5"
},
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "ethereum-types",
"version": "1.0.11",
"version": "1.1.0",
"engines": {
"node": ">=6.12"
},

View File

@ -36,7 +36,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -48,7 +48,7 @@
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"lodash": "^4.17.10",
"polished": "^2.2.0",
"react": "^16.5.2",

View File

@ -40,7 +40,7 @@
"@0x/web3-wrapper": "^3.0.3",
"@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5",
"run-s": "^0.0.0"

View File

@ -40,7 +40,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5"
},

View File

@ -64,7 +64,7 @@
"@0x/web3-wrapper": "^3.0.3",
"@types/node": "*",
"bn.js": "^4.11.8",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",

View File

@ -71,7 +71,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"bintrees": "^1.0.2",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-blockstream": "6.0.0",
"ethers": "~4.0.4",
"lodash": "^4.17.5"

View File

@ -74,7 +74,7 @@
"@0x/web3-wrapper": "^3.0.3",
"@types/yargs": "^11.0.0",
"chalk": "^2.3.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",

View File

@ -49,7 +49,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"@types/solidity-parser-antlr": "^0.2.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",

View File

@ -28,7 +28,7 @@
"@0x/sol-compiler": "^1.1.7",
"@0x/types": "^1.1.4",
"@0x/utils": "^2.0.2",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.10",
"yargs": "^12.0.2"

View File

@ -43,7 +43,7 @@
"bip39": "^2.5.0",
"bn.js": "^4.11.8",
"eth-lightwallet": "^3.0.1",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1",
"ganache-core": "^2.2.1",

View File

@ -24,7 +24,7 @@
"@0x/utils": "^2.0.2",
"@0x/web3-wrapper": "^3.0.3",
"body-parser": "^1.17.1",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1",
"express": "^4.15.2",

View File

@ -32,7 +32,7 @@
"dependencies": {
"@types/node": "*",
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.0.11"
"ethereum-types": "^1.1.0"
},
"publishConfig": {
"access": "public"

View File

@ -27,7 +27,7 @@
"@types/bn.js": "^4.11.0",
"@types/react": "*",
"bignumber.js": "~4.1.0",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"popper.js": "1.14.3"
},
"devDependencies": {

View File

@ -47,7 +47,7 @@
"abortcontroller-polyfill": "^1.1.9",
"bignumber.js": "~4.1.0",
"detect-node": "2.0.3",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"isomorphic-fetch": "^2.2.1",

View File

@ -57,7 +57,7 @@
"@0x/json-schemas": "^1.0.7",
"@0x/typescript-typings": "^3.0.2",
"@0x/utils": "^2.0.2",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"lodash": "^4.17.5"

View File

@ -34,7 +34,7 @@
"blockies": "^0.0.2",
"bowser": "^1.9.3",
"deep-equal": "^1.0.1",
"ethereum-types": "^1.0.11",
"ethereum-types": "^1.1.0",
"ethereumjs-util": "^5.1.1",
"find-versions": "^2.0.0",
"jsonschema": "^1.2.0",