update @0x/tools deps
skip kyber bridge tests ignore some contract packages in tests by default update package deps update README, CI, and GH configs
This commit is contained in:
@@ -41,19 +41,18 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^5.3.1",
|
||||
"@0x/assert": "^3.0.9",
|
||||
"@0x/abi-gen": "^5.4.0",
|
||||
"@0x/assert": "^3.0.10",
|
||||
"@0x/contracts-asset-proxy": "^3.4.0",
|
||||
"@0x/contracts-erc20": "^3.2.1",
|
||||
"@0x/contracts-gen": "^2.0.10",
|
||||
"@0x/contracts-gen": "2.0.11",
|
||||
"@0x/contracts-test-utils": "^5.3.4",
|
||||
"@0x/sol-compiler": "^4.1.1",
|
||||
"@0x/ts-doc-gen": "^0.0.22",
|
||||
"@0x/tslint-config": "^4.1.0",
|
||||
"@0x/types": "^3.2.0",
|
||||
"@0x/utils": "^5.5.1",
|
||||
"@types/node": "12.12.54",
|
||||
"ethereum-types": "^3.2.0",
|
||||
"@0x/tslint-config": "^4.1.1",
|
||||
"@0x/types": "^3.2.1",
|
||||
"@0x/utils": "^5.6.0",
|
||||
"ethereum-types": "^3.3.0",
|
||||
"ethers": "~4.0.4",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"shx": "^0.2.2",
|
||||
@@ -64,7 +63,8 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^6.2.3"
|
||||
"@0x/base-contract": "^6.2.4",
|
||||
"@types/node": "12.12.54"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user