diff options
Diffstat (limited to 'packages/assert')
-rw-r--r-- | packages/assert/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json index cfe019444..9ecb0bcd0 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/assert", - "version": "0.1.0", + "version": "0.2.0", "description": "Provides a standard way of performing type and schema validation across 0x projects", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -38,8 +38,8 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/json-schemas": "^0.7.13", - "@0xproject/utils": "^0.4.0", + "@0xproject/json-schemas": "^0.7.14", + "@0xproject/utils": "^0.4.1", "lodash": "^4.17.4", "valid-url": "^1.0.9" } |