diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-11-13 07:10:46 +0800 |
commit | 7068f7b4d125e06049c263f0a726d562a6f6e99e (patch) | |
tree | f52d91cca3acd15aebad58880e72416aebf48d19 /packages/order-utils/package.json | |
parent | 79f0324abc6e59d5595770e44d620e6d0cccd6bc (diff) | |
parent | add1cfd26132465ad51a3f9cf2ae8362fc301fcf (diff) | |
download | dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.gz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.bz2 dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.lz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.xz dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.tar.zst dexon-sol-tools-7068f7b4d125e06049c263f0a726d562a6f6e99e.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/order-utils/package.json')
-rw-r--r-- | packages/order-utils/package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json index d6fb9892e..060150f96 100644 --- a/packages/order-utils/package.json +++ b/packages/order-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/order-utils", - "version": "2.0.1", + "version": "3.0.0", "engines": { "node": ">=6.12" }, @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/0xProject/0x-monorepo/packages/order-utils/README.md", "devDependencies": { - "@0x/dev-utils": "^1.0.14", + "@0x/dev-utils": "^1.0.15", "@0x/tslint-config": "^1.0.10", "@types/bn.js": "^4.11.0", "@types/lodash": "4.14.104", @@ -53,15 +53,15 @@ "typescript": "3.0.1" }, "dependencies": { - "@0x/abi-gen-wrappers": "^1.0.2", - "@0x/assert": "^1.0.15", - "@0x/base-contract": "^3.0.3", + "@0x/abi-gen-wrappers": "^1.0.3", + "@0x/assert": "^1.0.16", + "@0x/base-contract": "^3.0.4", "@0x/contract-artifacts": "^1.1.0", - "@0x/json-schemas": "^2.0.1", + "@0x/json-schemas": "^2.1.0", "@0x/types": "^1.2.1", "@0x/typescript-typings": "^3.0.4", "@0x/utils": "^2.0.4", - "@0x/web3-wrapper": "^3.1.1", + "@0x/web3-wrapper": "^3.1.2", "@types/node": "*", "bn.js": "^4.11.8", "ethereum-types": "^1.1.2", |