diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/abi-gen/package.json | 4 | ||||
-rw-r--r-- | packages/subproviders/package.json | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/packages/abi-gen/package.json b/packages/abi-gen/package.json index defe4a621..c7f6133a7 100644 --- a/packages/abi-gen/package.json +++ b/packages/abi-gen/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/0xProject/0x.js/packages/abi-gen/README.md", "dependencies": { - "bignumber.js": "^5.0.0", + "bignumber.js": "~4.1.0", "chalk": "^2.3.0", "glob": "^7.1.2", "handlebars": "^4.0.11", @@ -39,7 +39,7 @@ "@types/mkdirp": "^0.5.1", "@types/node": "^8.0.53", "@types/yargs": "^8.0.2", - "npm-run-all": "^4.1.1", + "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.8.0", "typescript": "~2.6.1", diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json index 746f0d4ee..74d1ba8c9 100644 --- a/packages/subproviders/package.json +++ b/packages/subproviders/package.json @@ -36,22 +36,22 @@ }, "devDependencies": { "@0xproject/tslint-config": "^0.2.0", - "@types/lodash": "^4.14.64", - "@types/mocha": "^2.2.44", - "@types/node": "^8.0.1", + "@types/lodash": "^4.14.86", + "@types/mocha": "^2.2.42", + "@types/node": "^8.0.53", "awesome-typescript-loader": "^3.1.3", "chai": "^4.0.1", "chai-as-promised": "^7.1.0", "chai-as-promised-typescript-typings": "^0.0.3", "chai-typescript-typings": "^0.0.1", "dirty-chai": "^2.0.1", - "mocha": "^4.0.0", + "mocha": "^4.0.1", "npm-run-all": "^4.1.2", "shx": "^0.2.2", "tslint": "5.8.0", "types-bn": "^0.0.1", "types-ethereumjs-util": "0xproject/types-ethereumjs-util", - "typescript": "^2.6.1", + "typescript": "~2.6.1", "web3-typescript-typings": "^0.7.2", "webpack": "^3.1.0" } |