Upgrade ethers.js version

This commit is contained in:
Leonid Logvinov 2018-10-09 12:15:42 +02:00
parent 9876f6cc34
commit 31ee8870b8
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
11 changed files with 11 additions and 11 deletions

View File

@ -84,7 +84,7 @@
"@0xproject/utils": "^2.0.2", "@0xproject/utils": "^2.0.2",
"@0xproject/web3-wrapper": "^3.0.3", "@0xproject/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },

View File

@ -45,7 +45,7 @@
"@0xproject/utils": "^2.0.2", "@0xproject/utils": "^2.0.2",
"@0xproject/web3-wrapper": "^3.0.3", "@0xproject/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -84,7 +84,7 @@
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"uuid": "^3.1.0" "uuid": "^3.1.0"

View File

@ -84,7 +84,7 @@
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"js-combinatorics": "^0.5.3", "js-combinatorics": "^0.5.3",
"lodash": "^4.17.5" "lodash": "^4.17.5"
} }

View File

@ -45,7 +45,7 @@
"@0xproject/utils": "^2.0.2", "@0xproject/utils": "^2.0.2",
"@0xproject/web3-wrapper": "^3.0.3", "@0xproject/web3-wrapper": "^3.0.3",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -41,7 +41,7 @@
"@types/mocha": "^5.2.2", "@types/mocha": "^5.2.2",
"copyfiles": "^2.0.0", "copyfiles": "^2.0.0",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5", "lodash": "^4.17.5",
"run-s": "^0.0.0" "run-s": "^0.0.0"
}, },

View File

@ -54,7 +54,7 @@
"@0xproject/web3-wrapper": "^3.0.3", "@0xproject/web3-wrapper": "^3.0.3",
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"optionalDependencies": { "optionalDependencies": {

View File

@ -70,7 +70,7 @@
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -82,7 +82,7 @@
"bintrees": "^1.0.2", "bintrees": "^1.0.2",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-blockstream": "6.0.0", "ethereumjs-blockstream": "6.0.0",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {

View File

@ -50,7 +50,7 @@
"detect-node": "2.0.3", "detect-node": "2.0.3",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.5" "lodash": "^4.17.5"

View File

@ -60,7 +60,7 @@
"@0xproject/utils": "^2.0.2", "@0xproject/utils": "^2.0.2",
"ethereum-types": "^1.0.11", "ethereum-types": "^1.0.11",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "4.0.0-beta.14", "ethers": "~4.0.4",
"lodash": "^4.17.5" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {