diff options
author | Fabio Berger <me@fabioberger.com> | 2018-05-24 04:56:52 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-05-24 04:56:52 +0800 |
commit | 9d11028fce50748d69db5c3b867b1ea063bf2b52 (patch) | |
tree | 07b4a30b064aba198cde272ea397e4dca13f7132 /packages/sra-report/package.json | |
parent | f6b81f588d98e09e7a5806902d94e2892d029481 (diff) | |
download | dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar.gz dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar.bz2 dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar.lz dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar.xz dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.tar.zst dexon-0x-contracts-9d11028fce50748d69db5c3b867b1ea063bf2b52.zip |
Bump all dependencies on json-schemas down a patch version so that they don't auto-magically get upgraded to the next version during the next publish
Diffstat (limited to 'packages/sra-report/package.json')
-rw-r--r-- | packages/sra-report/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sra-report/package.json b/packages/sra-report/package.json index 810acab1c..8b5577e04 100644 --- a/packages/sra-report/package.json +++ b/packages/sra-report/package.json @@ -35,7 +35,7 @@ "@0xproject/types": "^0.7.0", "@0xproject/order-utils": "^0.0.5", "@0xproject/connect": "^0.6.13", - "@0xproject/json-schemas": "^0.7.24", + "@0xproject/json-schemas": "^0.7.23", "@0xproject/typescript-typings": "^0.3.2", "@0xproject/utils": "^0.6.2", "chalk": "^2.3.0", |