diff options
Diffstat (limited to 'packages/assert')
-rw-r--r-- | packages/assert/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json index 5ac0acf26..e02e018ae 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/assert", - "version": "0.2.8", + "version": "0.2.9", "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", @@ -43,9 +43,9 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/json-schemas": "^0.7.22", - "@0xproject/typescript-typings": "^0.3.0", - "@0xproject/utils": "^0.6.0", + "@0xproject/json-schemas": "^0.7.23", + "@0xproject/typescript-typings": "^0.3.1", + "@0xproject/utils": "^0.6.1", "lodash": "^4.17.4", "valid-url": "^1.0.9" }, |