diff options
Diffstat (limited to 'packages/sra-report/package.json')
-rw-r--r-- | packages/sra-report/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/sra-report/package.json b/packages/sra-report/package.json index 29a2dcfcb..77d92f96e 100644 --- a/packages/sra-report/package.json +++ b/packages/sra-report/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/sra-report", - "version": "0.1.5", + "version": "0.1.6", "engines": { "node": ">=6.12" }, @@ -37,11 +37,11 @@ "dependencies": { "@0xproject/assert": "^0.3.0", "@0xproject/types": "^0.8.2", - "@0xproject/order-utils": "^0.0.8", - "@0xproject/connect": "0.6.16", - "@0xproject/json-schemas": "0.8.2", - "@0xproject/typescript-typings": "^0.4.2", - "@0xproject/utils": "^0.7.2", + "@0xproject/order-utils": "^0.0.9", + "@0xproject/connect": "0.6.17", + "@0xproject/json-schemas": "0.8.3", + "@0xproject/typescript-typings": "^0.4.3", + "@0xproject/utils": "^0.7.3", "chalk": "^2.3.0", "lodash": "^4.17.4", "newman": "^3.9.3", @@ -65,7 +65,7 @@ "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "shx": "^0.2.2", - "tslint": "5.8.0", + "tslint": "5.11.0", "typescript": "2.7.1" }, "publishConfig": { |