diff options
Diffstat (limited to 'packages/order-utils/package.json')
-rw-r--r-- | packages/order-utils/package.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index b071ebc56..318d56340 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0xproject/order-utils", - "version": "1.0.1-rc.1", + "version": "1.0.1-rc.2", "engines": { "node": ">=6.12" }, @@ -53,9 +53,9 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0xproject/dev-utils": "^1.0.2", - "@0xproject/monorepo-scripts": "^1.0.3", - "@0xproject/tslint-config": "^1.0.3", + "@0xproject/dev-utils": "^1.0.3", + "@0xproject/monorepo-scripts": "^1.0.4", + "@0xproject/tslint-config": "^1.0.4", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", "chai": "^4.0.1", @@ -73,17 +73,17 @@ "typescript": "2.7.1" }, "dependencies": { - "@0xproject/assert": "^1.0.2", - "@0xproject/base-contract": "^1.0.2", - "@0xproject/json-schemas": "^1.0.1-rc.1", - "@0xproject/sol-compiler": "^1.0.2", - "@0xproject/types": "^1.0.1-rc.1", - "@0xproject/typescript-typings": "^1.0.2", - "@0xproject/utils": "^1.0.2", - "@0xproject/web3-wrapper": "^1.1.0", + "@0xproject/assert": "^1.0.3", + "@0xproject/base-contract": "^1.0.3", + "@0xproject/json-schemas": "^1.0.1-rc.2", + "@0xproject/sol-compiler": "^1.0.3", + "@0xproject/types": "^1.0.1-rc.2", + "@0xproject/typescript-typings": "^1.0.3", + "@0xproject/utils": "^1.0.3", + "@0xproject/web3-wrapper": "^1.1.1", "@types/node": "^8.0.53", "bn.js": "^4.11.8", - "ethereum-types": "^1.0.2", + "ethereum-types": "^1.0.3", "ethereumjs-abi": "0.6.5", "ethereumjs-util": "^5.1.1", "ethers": "3.0.22", |