From 65e5b09cd1edd5887be25f34d7b5ac5674f494fb Mon Sep 17 00:00:00 2001 From: fabioberger Date: Wed, 24 Jul 2019 19:23:05 +0200 Subject: [PATCH] Fix outdated versions of monorepo dependencies --- packages/instant/package.json | 10 +++++----- packages/monorepo-scripts/package.json | 4 ++-- packages/python-contract-wrappers/package.json | 2 +- packages/testnet-faucets/package.json | 10 +++++----- packages/website/package.json | 12 ++++++------ 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/packages/instant/package.json b/packages/instant/package.json index 159cdd999b..6e783a5451 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -47,15 +47,15 @@ "@0x/asset-buyer": "6.1.4", "@0x/json-schemas": "^3.0.11", "@0x/order-utils": "^8.2.2", - "@0x/subproviders": "^4.1.1", - "@0x/types": "^2.4.0", + "@0x/subproviders": "^4.1.2", + "@0x/types": "^2.4.1", "@0x/typescript-typings": "^4.2.3", - "@0x/utils": "^4.4.0", - "@0x/web3-wrapper": "^6.0.7", + "@0x/utils": "^4.4.1", + "@0x/web3-wrapper": "^6.0.8", "babel-runtime": "^6.26.0", "bowser": "^1.9.4", "copy-to-clipboard": "^3.0.8", - "ethereum-types": "^2.1.3", + "ethereum-types": "^2.1.4", "lodash": "^4.17.11", "polished": "^1.9.2", "react": "^16.5.2", diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json index ee5f647ad6..e77a260a40 100644 --- a/packages/monorepo-scripts/package.json +++ b/packages/monorepo-scripts/package.json @@ -48,8 +48,8 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/types": "^2.4.0", - "@0x/utils": "^4.4.0", + "@0x/types": "^2.4.1", + "@0x/utils": "^4.4.1", "@lerna/batch-packages": "^3.0.0-beta.18", "@types/depcheck": "^0.6.0", "async-child-process": "^1.1.1", diff --git a/packages/python-contract-wrappers/package.json b/packages/python-contract-wrappers/package.json index 0aaef82252..4d27dcd5ce 100644 --- a/packages/python-contract-wrappers/package.json +++ b/packages/python-contract-wrappers/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/python-contract-wrappers/README.md", "devDependencies": { - "@0x/abi-gen": "^2.1.1", + "@0x/abi-gen": "^3.1.1", "shx": "^0.2.2" }, "publishConfig": { diff --git a/packages/testnet-faucets/package.json b/packages/testnet-faucets/package.json index edc52a40c0..944941f560 100644 --- a/packages/testnet-faucets/package.json +++ b/packages/testnet-faucets/package.json @@ -20,12 +20,12 @@ "license": "Apache-2.0", "dependencies": { "0x.js": "^6.0.12", - "@0x/subproviders": "^4.1.1", - "@0x/typescript-typings": "^4.2.3", - "@0x/utils": "^4.4.0", - "@0x/web3-wrapper": "^6.0.7", + "@0x/subproviders": "^4.1.2", + "@0x/typescript-typings": "^4.2.4", + "@0x/utils": "^4.4.1", + "@0x/web3-wrapper": "^6.0.8", "body-parser": "^1.17.1", - "ethereum-types": "^2.1.3", + "ethereum-types": "^2.1.4", "ethereumjs-tx": "^1.3.5", "ethereumjs-util": "^5.1.1", "express": "^4.15.2", diff --git a/packages/website/package.json b/packages/website/package.json index cdebc46466..ea44b849f6 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -28,11 +28,11 @@ "@0x/order-utils": "^8.2.2", "@0x/react-docs": "^2.0.14", "@0x/react-shared": "^2.0.14", - "@0x/subproviders": "^4.1.1", - "@0x/types": "^2.4.0", - "@0x/typescript-typings": "^4.2.3", - "@0x/utils": "^4.4.0", - "@0x/web3-wrapper": "^6.0.7", + "@0x/subproviders": "^4.1.2", + "@0x/types": "^2.4.1", + "@0x/typescript-typings": "^4.2.4", + "@0x/utils": "^4.4.1", + "@0x/web3-wrapper": "^6.0.8", "@reach/dialog": "^0.1.2", "@types/react-lazyload": "^2.3.1", "@types/react-loadable": "^5.4.2", @@ -43,7 +43,7 @@ "blockies": "^0.0.2", "bowser": "^1.9.4", "deep-equal": "^1.0.1", - "ethereum-types": "^2.1.3", + "ethereum-types": "^2.1.4", "ethereumjs-util": "^5.1.1", "find-versions": "^2.0.0", "jsonschema": "^1.2.0",