diff options
Diffstat (limited to 'packages/sol-profiler/package.json')
-rw-r--r-- | packages/sol-profiler/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/sol-profiler/package.json b/packages/sol-profiler/package.json index 06ca7a708..8518c88b0 100644 --- a/packages/sol-profiler/package.json +++ b/packages/sol-profiler/package.json @@ -1,6 +1,6 @@ { "name": "@0x/sol-profiler", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -29,8 +29,8 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-profiler/README.md", "dependencies": { - "@0x/sol-tracing-utils": "^6.0.0", - "@0x/subproviders": "^3.0.0", + "@0x/sol-tracing-utils": "^6.0.1", + "@0x/subproviders": "^3.0.1", "@0x/typescript-typings": "^4.0.0", "ethereum-types": "^2.0.0", "lodash": "^4.17.11" |