aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-24 04:56:52 +0800
committerFabio Berger <me@fabioberger.com>2018-05-24 04:56:52 +0800
commit9d11028fce50748d69db5c3b867b1ea063bf2b52 (patch)
tree07b4a30b064aba198cde272ea397e4dca13f7132 /packages/assert/package.json
parentf6b81f588d98e09e7a5806902d94e2892d029481 (diff)
downloaddexon-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/assert/package.json')
-rw-r--r--packages/assert/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index 88f4dac99..49968b0e4 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -47,7 +47,7 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/json-schemas": "^0.7.24",
+ "@0xproject/json-schemas": "^0.7.23",
"@0xproject/typescript-typings": "^0.3.2",
"@0xproject/utils": "^0.6.2",
"lodash": "^4.17.4",