diff options
Diffstat (limited to 'packages/sol-profiler/package.json')
-rw-r--r-- | packages/sol-profiler/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index dc481e9c4..1efa5bb2e 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@0x/typescript-typings": "^3.0.8", "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.15", + "@dexon-foundation/subproviders": "^2.1.16", + "@dexon-foundation/typescript-typings": "^1.0.4", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, |