diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 3e1de8ac55..4d78009981 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -55,7 +55,7 @@ "@0x/contracts-gen": "^2.0.10", "@0x/contracts-test-utils": "^5.3.4", "@0x/contracts-utils": "^4.5.1", - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.0", "@0x/sol-compiler": "^4.1.1", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.1.0", @@ -76,9 +76,9 @@ "mocha": "^6.2.0", "npm-run-all": "^4.1.2", "shx": "^0.2.2", - "solhint": "^1.4.1", + "solhint": "^3.4.0", "tslint": "5.11.0", - "typedoc": "^0.15.0", + "typedoc": "^0.21.0", "typescript": "3.0.1" }, "dependencies": { diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index 7a32de24d1..460022af2f 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -72,7 +72,7 @@ "@0x/contract-addresses": "^4.11.0", "@0x/contract-wrappers": "^13.8.0", "@0x/json-schemas": "^5.1.0", - "@0x/utils": "^5.5.1", + "@0x/utils": "^7.0.0", "@0x/web3-wrapper": "^7.2.0", "ethereumjs-util": "^5.1.1", "ethers": "~4.0.4",