diff options
Diffstat (limited to 'packages/connect')
-rw-r--r-- | packages/connect/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index 2392d9907..39c94779e 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/connect", - "version": "0.2.0", + "version": "0.3.0", "description": "A javascript library for interacting with the standard relayer api", "keywords": [ "connect", @@ -36,8 +36,8 @@ }, "homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md", "dependencies": { - "@0xproject/assert": "^0.0.6", - "@0xproject/json-schemas": "^0.6.9", + "@0xproject/assert": "^0.0.7", + "@0xproject/json-schemas": "^0.6.10", "bignumber.js": "~4.1.0", "isomorphic-fetch": "^2.2.1", "lodash": "^4.17.4", @@ -45,7 +45,7 @@ "websocket": "^1.0.25" }, "devDependencies": { - "@0xproject/tslint-config": "^0.2.0", + "@0xproject/tslint-config": "^0.2.1", "@types/fetch-mock": "^5.12.1", "@types/lodash": "^4.14.86", "@types/mocha": "^2.2.42", |