diff options
Diffstat (limited to 'packages/sol-profiler/package.json')
-rw-r--r-- | packages/sol-profiler/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 1efa5bb2e..894204fd2 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-profiler", - "version": "1.0.7", + "version": "1.0.8", "engines": { "node": ">=6.12" }, @@ -29,9 +29,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.16", - "@dexon-foundation/typescript-typings": "^1.0.4", + "@dexon-foundation/sol-tracing-utils": "^4.0.6", + "@dexon-foundation/subproviders": "^2.1.17", + "@dexon-foundation/typescript-typings": "^1.0.5", "ethereum-types": "^1.1.6", "lodash": "^4.17.5" }, |