aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 18:49:59 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-07 18:49:59 +0800
commit88432a5e673e0b98aa45145394e6b6fe1bedf20d (patch)
tree573de36b34a275eabcf25fb2c22452fb8c8f1f82
parent7519d60fb7c298148fbbc9aefa981eda3ac9637b (diff)
downloaddexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar.gz
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar.bz2
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar.lz
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar.xz
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.tar.zst
dexon-0x-contracts-88432a5e673e0b98aa45145394e6b6fe1bedf20d.zip
Fix deps versions
-rw-r--r--contracts/asset-proxy/package.json2
-rw-r--r--contracts/erc20/package.json2
-rw-r--r--contracts/erc721/package.json2
-rw-r--r--contracts/exchange-forwarder/package.json2
-rw-r--r--contracts/exchange-libs/package.json2
-rw-r--r--contracts/exchange/package.json2
-rw-r--r--contracts/extensions/package.json2
-rw-r--r--contracts/multisig/package.json2
-rw-r--r--contracts/test-utils/package.json2
-rw-r--r--contracts/utils/package.json2
-rw-r--r--package.json2
-rw-r--r--packages/contracts-gen/package.json12
-rw-r--r--packages/pipeline/package.json2
-rw-r--r--packages/website/package.json2
14 files changed, 19 insertions, 19 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json
index 88ae7e3a5..51d26b0ac 100644
--- a/contracts/asset-proxy/package.json
+++ b/contracts/asset-proxy/package.json
@@ -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"
diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json
index 082395376..b3517a8c0 100644
--- a/contracts/erc20/package.json
+++ b/contracts/erc20/package.json
@@ -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"
diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json
index 3989830a9..a8cf7016f 100644
--- a/contracts/erc721/package.json
+++ b/contracts/erc721/package.json
@@ -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"
diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json
index 511d749f7..1ed3bee3a 100644
--- a/contracts/exchange-forwarder/package.json
+++ b/contracts/exchange-forwarder/package.json
@@ -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"
diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json
index 8b50ca3f6..2b7a1c404 100644
--- a/contracts/exchange-libs/package.json
+++ b/contracts/exchange-libs/package.json
@@ -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"
diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json
index 021ae219a..6c3781b54 100644
--- a/contracts/exchange/package.json
+++ b/contracts/exchange/package.json
@@ -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"
diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json
index 34b994f02..118926eb5 100644
--- a/contracts/extensions/package.json
+++ b/contracts/extensions/package.json
@@ -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"
diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json
index d6e5989cd..ce29122c4 100644
--- a/contracts/multisig/package.json
+++ b/contracts/multisig/package.json
@@ -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"
diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json
index 0b8478e05..f73e1f456 100644
--- a/contracts/test-utils/package.json
+++ b/contracts/test-utils/package.json
@@ -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": {
diff --git a/contracts/utils/package.json b/contracts/utils/package.json
index 9b66f532e..3b0e5a527 100644
--- a/contracts/utils/package.json
+++ b/contracts/utils/package.json
@@ -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"
diff --git a/package.json b/package.json
index be6d01c87..1c7ff93ed 100644
--- a/package.json
+++ b/package.json
@@ -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"
diff --git a/packages/contracts-gen/package.json b/packages/contracts-gen/package.json
index 9f9f14c4a..1265cac69 100644
--- a/packages/contracts-gen/package.json
+++ b/packages/contracts-gen/package.json
@@ -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",
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json
index a1500cc74..3e45aa992 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -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",
diff --git a/packages/website/package.json b/packages/website/package.json
index 77295d4de..62b83b3ec 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -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",