Fix deps versions

This commit is contained in:
Leonid Logvinov
2019-02-07 11:49:59 +01:00
parent 7519d60fb7
commit 88432a5e67
14 changed files with 19 additions and 19 deletions

View File

@@ -77,7 +77,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -75,7 +75,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -74,7 +74,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -81,7 +81,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -75,7 +75,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -80,7 +80,7 @@
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -81,7 +81,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -75,7 +75,7 @@
"@0x/utils": "^4.0.2",
"@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -66,7 +66,7 @@
"ethereumjs-util": "^5.1.1",
"ethers": "~4.0.4",
"js-combinatorics": "^0.5.3",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"make-promises-safe": "^1.1.0"
},
"publishConfig": {

View File

@@ -77,7 +77,7 @@
"bn.js": "^4.11.8",
"ethereum-types": "^2.0.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.5"
"lodash": "^4.17.11"
},
"publishConfig": {
"access": "public"

View File

@@ -82,7 +82,7 @@
"lcov-result-merger": "^3.0.0",
"lerna": "^3.0.0-beta.25",
"npm-run-all": "^4.1.2",
"prettier": "^1.15.3",
"prettier": "^1.16.3",
"source-map-support": "^0.5.6",
"typescript": "3.0.1",
"wsrun": "^2.2.0"

View File

@@ -27,16 +27,16 @@
"homepage": "https://github.com/0xProject/0x-monorepo/packages/contracts-gen/README.md",
"dependencies": {
"@0x/types": "^2.0.1",
"@0x/utils": "^3.0.1",
"@0x/typescript-typings": "^3.0.8",
"ethereum-types": "^1.1.6",
"@0x/sol-resolver": "^1.2.3",
"lodash": "^4.17.5",
"@0x/utils": "^4.0.2",
"@0x/typescript-typings": "^4.0.0",
"ethereum-types": "^2.0.0",
"@0x/sol-resolver": "^2.0.1",
"lodash": "^4.17.11",
"prettier": "^1.16.3",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@0x/tslint-config": "^2.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/node": "*",
"@types/prettier": "^1.15.2",
"shx": "^0.2.2",

View File

@@ -57,7 +57,7 @@
"dockerode": "^2.5.7",
"ethereum-types": "^2.0.0",
"pg": "^7.5.0",
"prettier": "^1.15.3",
"prettier": "^1.16.3",
"ramda": "^0.25.0",
"reflect-metadata": "^0.1.12",
"sqlite3": "^4.0.2",

View File

@@ -47,7 +47,7 @@
"find-versions": "^2.0.0",
"jsonschema": "^1.2.0",
"less": "^2.7.2",
"lodash": "^4.17.5",
"lodash": "^4.17.11",
"material-ui": "^0.20.0",
"moment": "2.21.0",
"numeral": "^2.0.6",