Merge pull request #949 from 0xProject/fix/update-dependencies

fix: Update dependencies
This commit is contained in:
Alex Browne 2018-08-09 14:22:16 -07:00 committed by GitHub
commit f97ec000e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
30 changed files with 45 additions and 45 deletions

View File

@ -38,11 +38,11 @@
"mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic" "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic"
}, },
"devDependencies": { "devDependencies": {
"@0x-lerna-fork/lerna": "3.0.0-beta.23",
"async-child-process": "^1.1.1", "async-child-process": "^1.1.1",
"coveralls": "^3.0.0", "coveralls": "^3.0.0",
"ganache-cli": "6.1.3", "ganache-cli": "6.1.3",
"lcov-result-merger": "^3.0.0", "lcov-result-merger": "^3.0.0",
"@0x-lerna-fork/lerna": "3.0.0-beta.23",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"prettier": "^1.11.1", "prettier": "^1.11.1",
"source-map-support": "^0.5.6", "source-map-support": "^0.5.6",

View File

@ -85,7 +85,7 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"opn-cli": "^3.1.0", "opn-cli": "^3.1.0",
@ -110,7 +110,7 @@
"@0xproject/web3-wrapper": "^1.1.2", "@0xproject/web3-wrapper": "^1.1.2",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -38,7 +38,7 @@
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"glob": "^7.1.2", "glob": "^7.1.2",
"handlebars": "^4.0.11", "handlebars": "^4.0.11",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"sleep": "^5.1.1", "sleep": "^5.1.1",
"tmp": "^0.0.33", "tmp": "^0.0.33",

View File

@ -39,7 +39,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -50,7 +50,7 @@
"@0xproject/json-schemas": "^1.0.1-rc.3", "@0xproject/json-schemas": "^1.0.1-rc.3",
"@0xproject/typescript-typings": "^1.0.3", "@0xproject/typescript-typings": "^1.0.3",
"@0xproject/utils": "^1.0.4", "@0xproject/utils": "^1.0.4",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },
"publishConfig": { "publishConfig": {

View File

@ -36,7 +36,7 @@
"chai": "^4.0.1", "chai": "^4.0.1",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"tslint": "5.11.0", "tslint": "5.11.0",
@ -48,7 +48,7 @@
"@0xproject/web3-wrapper": "^1.1.2", "@0xproject/web3-wrapper": "^1.1.2",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -56,7 +56,7 @@
"@0xproject/types": "^0.8.2", "@0xproject/types": "^0.8.2",
"@0xproject/typescript-typings": "^1.0.3", "@0xproject/typescript-typings": "^1.0.3",
"@0xproject/utils": "^1.0.4", "@0xproject/utils": "^1.0.4",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"query-string": "^5.0.1", "query-string": "^5.0.1",
"sinon": "^4.0.0", "sinon": "^4.0.0",
"websocket": "^1.0.25" "websocket": "^1.0.25"
@ -77,7 +77,7 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"fetch-mock": "^5.13.1", "fetch-mock": "^5.13.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -60,7 +60,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"opn-cli": "^3.1.0", "opn-cli": "^3.1.0",
@ -86,7 +86,7 @@
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "3.0.22", "ethers": "3.0.22",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"uuid": "^3.1.0" "uuid": "^3.1.0"
}, },
"publishConfig": { "publishConfig": {

View File

@ -62,7 +62,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"solc": "^0.4.24", "solc": "^0.4.24",
@ -86,6 +86,6 @@
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "3.0.22", "ethers": "3.0.22",
"js-combinatorics": "^0.5.3", "js-combinatorics": "^0.5.3",
"lodash": "^4.17.4" "lodash": "^4.17.5"
} }
} }

View File

@ -37,7 +37,7 @@
"chai": "^4.0.1", "chai": "^4.0.1",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -51,7 +51,7 @@
"@0xproject/utils": "^1.0.4", "@0xproject/utils": "^1.0.4",
"@0xproject/web3-wrapper": "^1.1.2", "@0xproject/web3-wrapper": "^1.1.2",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -49,7 +49,7 @@
"@0xproject/web3-wrapper": "^1.1.2", "@0xproject/web3-wrapper": "^1.1.2",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -64,7 +64,7 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"lodash.foreach": "^4.5.0", "lodash.foreach": "^4.5.0",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -43,7 +43,7 @@
"copyfiles": "^2.0.0", "copyfiles": "^2.0.0",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"run-s": "^0.0.0" "run-s": "^0.0.0"
}, },
"devDependencies": { "devDependencies": {

View File

@ -74,7 +74,7 @@
"@ledgerhq/hw-app-eth": "^4.3.0", "@ledgerhq/hw-app-eth": "^4.3.0",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^4.3.0" "@ledgerhq/hw-transport-node-hid": "^4.3.0"

View File

@ -49,7 +49,7 @@
"es6-promisify": "^5.0.0", "es6-promisify": "^5.0.0",
"glob": "^7.1.2", "glob": "^7.1.2",
"isomorphic-fetch": "2.2.1", "isomorphic-fetch": "2.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"moment": "2.21.0", "moment": "2.21.0",
"opn": "^5.3.0", "opn": "^5.3.0",
"promisify-child-process": "^1.0.5", "promisify-child-process": "^1.0.5",

View File

@ -64,7 +64,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"shx": "^0.2.2", "shx": "^0.2.2",
"sinon": "^4.0.0", "sinon": "^4.0.0",
@ -87,7 +87,7 @@
"ethereumjs-abi": "0.6.5", "ethereumjs-abi": "0.6.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -59,7 +59,7 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"opn-cli": "^3.1.0", "opn-cli": "^3.1.0",
@ -84,7 +84,7 @@
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethereumjs-blockstream": "5.0.0", "ethereumjs-blockstream": "5.0.0",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -52,7 +52,7 @@
"dependencies": { "dependencies": {
"@0xproject/react-docs": "^1.0.4", "@0xproject/react-docs": "^1.0.4",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",

View File

@ -46,7 +46,7 @@
"@types/react-scroll": "0.0.31", "@types/react-scroll": "0.0.31",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"compare-versions": "^3.0.1", "compare-versions": "^3.0.1",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",

View File

@ -44,7 +44,7 @@
"@types/react-scroll": "0.0.31", "@types/react-scroll": "0.0.31",
"basscss": "^8.0.3", "basscss": "^8.0.3",
"is-mobile": "^0.2.2", "is-mobile": "^0.2.2",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"react": "15.6.1", "react": "15.6.1",
"react-dom": "15.6.1", "react-dom": "15.6.1",

View File

@ -64,7 +64,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -87,7 +87,7 @@
"chalk": "^2.3.0", "chalk": "^2.3.0",
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"require-from-string": "^2.0.1", "require-from-string": "^2.0.1",
"semver": "5.5.0", "semver": "5.5.0",

View File

@ -61,7 +61,7 @@
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"istanbul": "^0.4.5", "istanbul": "^0.4.5",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"loglevel": "^1.6.1", "loglevel": "^1.6.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
@ -82,7 +82,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -35,7 +35,7 @@
"dependencies": { "dependencies": {
"@0xproject/types": "^1.0.1-rc.3", "@0xproject/types": "^1.0.1-rc.3",
"@0xproject/typescript-typings": "^1.0.3", "@0xproject/typescript-typings": "^1.0.3",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -43,7 +43,7 @@
"@0xproject/typescript-typings": "^1.0.3", "@0xproject/typescript-typings": "^1.0.3",
"@0xproject/utils": "^1.0.4", "@0xproject/utils": "^1.0.4",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"newman": "^3.9.3", "newman": "^3.9.3",
"yargs": "^10.0.3" "yargs": "^10.0.3"
}, },
@ -60,7 +60,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"nock": "^9.2.3", "nock": "^9.2.3",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",

View File

@ -57,7 +57,7 @@
"ganache-core": "0xProject/ganache-core", "ganache-core": "0xProject/ganache-core",
"hdkey": "^0.7.1", "hdkey": "^0.7.1",
"json-rpc-error": "2.0.0", "json-rpc-error": "2.0.0",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"semaphore-async-await": "^1.5.1", "semaphore-async-await": "^1.5.1",
"web3-provider-engine": "14.0.6" "web3-provider-engine": "14.0.6"
}, },
@ -77,7 +77,7 @@
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",

View File

@ -27,7 +27,7 @@
"ethereumjs-tx": "^1.3.5", "ethereumjs-tx": "^1.3.5",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"express": "^4.15.2", "express": "^4.15.2",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"rollbar": "^0.6.5" "rollbar": "^0.6.5"
}, },
"devDependencies": { "devDependencies": {

View File

@ -42,7 +42,7 @@
"typescript": "2.9.2" "typescript": "2.9.2"
}, },
"dependencies": { "dependencies": {
"lodash": "^4.17.4", "lodash": "^4.17.5",
"tslint": "5.11.0", "tslint": "5.11.0",
"tslint-eslint-rules": "^4.1.1", "tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.2.0", "tslint-react": "^3.2.0",

View File

@ -40,7 +40,7 @@
"tslint": "5.11.0", "tslint": "5.11.0",
"typescript": "2.9.2", "typescript": "2.9.2",
"chai": "^4.0.1", "chai": "^4.0.1",
"mocha": "^4.0.1" "mocha": "^4.1.0"
}, },
"dependencies": { "dependencies": {
"@0xproject/types": "^1.0.1-rc.3", "@0xproject/types": "^1.0.1-rc.3",
@ -54,7 +54,7 @@
"ethers": "3.0.22", "ethers": "3.0.22",
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"js-sha3": "^0.7.0", "js-sha3": "^0.7.0",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -55,7 +55,7 @@
"dirty-chai": "^2.0.1", "dirty-chai": "^2.0.1",
"ganache-core": "0xProject/ganache-core", "ganache-core": "0xProject/ganache-core",
"make-promises-safe": "^1.1.0", "make-promises-safe": "^1.1.0",
"mocha": "^4.0.1", "mocha": "^4.1.0",
"npm-run-all": "^4.1.2", "npm-run-all": "^4.1.2",
"nyc": "^11.0.1", "nyc": "^11.0.1",
"shx": "^0.2.2", "shx": "^0.2.2",
@ -71,7 +71,7 @@
"ethereum-types": "^1.0.3", "ethereum-types": "^1.0.3",
"ethereumjs-util": "^5.1.1", "ethereumjs-util": "^5.1.1",
"ethers": "3.0.22", "ethers": "3.0.22",
"lodash": "^4.17.4" "lodash": "^4.17.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"

View File

@ -36,7 +36,7 @@
"find-versions": "^2.0.0", "find-versions": "^2.0.0",
"jsonschema": "^1.2.0", "jsonschema": "^1.2.0",
"less": "^2.7.2", "less": "^2.7.2",
"lodash": "^4.17.4", "lodash": "^4.17.5",
"material-ui": "^0.17.1", "material-ui": "^0.17.1",
"moment": "2.21.0", "moment": "2.21.0",
"numeral": "^2.0.6", "numeral": "^2.0.6",

View File

@ -8682,7 +8682,7 @@ mkdirp@*, mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@0.x.x, "mkdirp@>=0.5 0", mkdirp@^0.
dependencies: dependencies:
minimist "0.0.8" minimist "0.0.8"
mocha@^4.0.1: mocha@^4.1.0:
version "4.1.0" version "4.1.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794" resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794"
dependencies: dependencies: