aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r--packages/assert/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index 14f893c9e..27fd51923 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/assert",
- "version": "1.0.3",
+ "version": "1.0.4",
"engines": {
"node": ">=6.12"
},
@@ -47,9 +47,9 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/json-schemas": "^1.0.1-rc.2",
+ "@0xproject/json-schemas": "^1.0.1-rc.3",
"@0xproject/typescript-typings": "^1.0.3",
- "@0xproject/utils": "^1.0.3",
+ "@0xproject/utils": "^1.0.4",
"lodash": "^4.17.4",
"valid-url": "^1.0.9"
},