update deps

This commit is contained in:
Lawrence Forman
2020-10-20 23:00:26 -04:00
parent 178d9c280a
commit 857b5c97b0
23 changed files with 227 additions and 227 deletions

View File

@@ -51,7 +51,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.4.0",
"@0x/abi-gen": "^5.4.2",
"@0x/contract-addresses": "^4.11.0",
"@0x/contract-wrappers": "^13.8.0",
"@0x/contracts-broker": "^1.1.6",
@@ -63,12 +63,12 @@
"@0x/contracts-gen": "2.0.11",
"@0x/contracts-utils": "^4.5.1",
"@0x/coordinator-server": "^1.0.5",
"@0x/dev-utils": "^3.3.1",
"@0x/dev-utils": "^3.3.3",
"@0x/migrations": "^6.4.0",
"@0x/order-utils": "^10.3.0",
"@0x/sol-compiler": "^4.1.1",
"@0x/tslint-config": "^4.1.1",
"@0x/web3-wrapper": "^7.2.1",
"@0x/sol-compiler": "^4.2.2",
"@0x/tslint-config": "^4.1.3",
"@0x/web3-wrapper": "^7.2.3",
"@azure/core-asynciterator-polyfill": "^1.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
@@ -92,7 +92,7 @@
},
"dependencies": {
"@0x/asset-swapper": "0xProject/gitpkg-registry#0x-asset-swapper-v4.6.0-36546480b",
"@0x/base-contract": "^6.2.4",
"@0x/base-contract": "^6.2.6",
"@0x/contracts-asset-proxy": "^3.4.0",
"@0x/contracts-erc1155": "^2.1.7",
"@0x/contracts-erc20": "^3.2.1",
@@ -102,11 +102,11 @@
"@0x/contracts-staking": "^2.0.14",
"@0x/contracts-test-utils": "^5.3.4",
"@0x/contracts-zero-ex": "^0.2.0",
"@0x/subproviders": "^6.1.2",
"@0x/types": "^3.2.1",
"@0x/typescript-typings": "^5.1.1",
"@0x/utils": "^5.6.0",
"ethereum-types": "^3.3.0",
"@0x/subproviders": "^6.1.4",
"@0x/types": "^3.2.3",
"@0x/typescript-typings": "^5.1.4",
"@0x/utils": "^5.6.2",
"ethereum-types": "^3.3.2",
"ethereumjs-util": "^6.2.0",
"lodash": "^4.17.11"
},