diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 14:51:28 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 14:51:28 +0800 |
commit | 69dc8110f4be576fe91d28a653906fd67904a899 (patch) | |
tree | 1cae30b7286e62be55097aa7790db587d79c588c /packages/sol-coverage | |
parent | d20e81c449a717a79e1a78f83963cf64fbcddfd7 (diff) | |
download | dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar.gz dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar.bz2 dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar.lz dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar.xz dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.tar.zst dexon-sol-tools-@dexon-foundation/sol-compiler@2.0.10.zip |
Publish@dexon-foundation/typescript-typings@1.0.5@dexon-foundation/subproviders@2.1.17@dexon-foundation/sol-tracing-utils@4.0.6@dexon-foundation/sol-trace@1.0.8@dexon-foundation/sol-profiler@1.0.8@dexon-foundation/sol-doc@1.0.19@dexon-foundation/sol-coverage@1.0.8@dexon-foundation/sol-compiler@2.0.10@dexon-foundation/monorepo-scripts@1.0.22
- @dexon-foundation/monorepo-scripts@1.0.22
- @dexon-foundation/sol-compiler@2.0.10
- @dexon-foundation/sol-coverage@1.0.8
- @dexon-foundation/sol-doc@1.0.19
- @dexon-foundation/sol-profiler@1.0.8
- @dexon-foundation/sol-trace@1.0.8
- @dexon-foundation/sol-tracing-utils@4.0.6
- @dexon-foundation/subproviders@2.1.17
- @dexon-foundation/typescript-typings@1.0.5
Diffstat (limited to 'packages/sol-coverage')
-rw-r--r-- | packages/sol-coverage/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/sol-coverage/package.json b/packages/sol-coverage/package.json index 88b46c2a8..fc67a4235 100644 --- a/packages/sol-coverage/package.json +++ b/packages/sol-coverage/package.json @@ -1,6 +1,6 @@ { "name": "@dexon-foundation/sol-coverage", - "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-coverage/README.md", "dependencies": { - "@dexon-foundation/typescript-typings": "^1.0.4", - "@dexon-foundation/sol-tracing-utils": "^4.0.5", - "@dexon-foundation/subproviders": "^2.1.16", + "@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" }, |