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", diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json index 0b7905d65b..bb3af695ab 100644 --- a/packages/sol-compiler/package.json +++ b/packages/sol-compiler/package.json @@ -46,7 +46,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-compiler/README.md", "devDependencies": { - "@0x/dev-utils": "^3.3.0", + "@0x/dev-utils": "^5.0.3", "@0x/ts-doc-gen": "^0.0.22", "@0x/tslint-config": "^4.1.0", "@types/mkdirp": "^0.5.2",