Fix outdated versions of monorepo dependencies

This commit is contained in:
fabioberger 2019-07-24 19:23:05 +02:00
parent 6f3cee1a1e
commit 65e5b09cd1
5 changed files with 19 additions and 19 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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",

View File

@ -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",