aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-05 21:55:05 +0800
committerFabio Berger <me@fabioberger.com>2019-02-05 21:55:05 +0800
commita8078aa1511f9b6d4a265d5108e0391e78e6e1ed (patch)
treec3ad6d45657dde9c3348f1b2d4112c4d14b9ee4b /packages/fill-scenarios/package.json
parente021460f038b989f1fe78899ba7c2f8e29d416fd (diff)
parent7b583cecb29c24f561c8befa835ba9ef5a6918f6 (diff)
downloaddexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.gz
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.tar.zst
dexon-0x-contracts-a8078aa1511f9b6d4a265d5108e0391e78e6e1ed.zip
merge development
Diffstat (limited to 'packages/fill-scenarios/package.json')
-rw-r--r--packages/fill-scenarios/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index d4afd2187..5bde3f23e 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/fill-scenarios",
- "version": "1.1.2",
+ "version": "2.0.0",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/fill-scenarios/README.md",
"devDependencies": {
- "@0x/tslint-config": "^2.0.2",
+ "@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"make-promises-safe": "^1.1.0",
"shx": "^0.2.2",
@@ -28,15 +28,15 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/abi-gen-wrappers": "^2.2.0",
- "@0x/base-contract": "^3.0.13",
+ "@0x/abi-gen-wrappers": "^3.0.0",
+ "@0x/base-contract": "^4.0.0",
"@0x/contract-artifacts": "^1.3.0",
- "@0x/order-utils": "^3.1.2",
- "@0x/types": "^1.5.2",
- "@0x/typescript-typings": "^3.0.8",
- "@0x/utils": "^3.0.1",
- "@0x/web3-wrapper": "^3.2.4",
- "ethereum-types": "^1.1.6",
+ "@0x/order-utils": "^4.0.0",
+ "@0x/types": "^2.0.0",
+ "@0x/typescript-typings": "^4.0.0",
+ "@0x/utils": "^4.0.1",
+ "@0x/web3-wrapper": "^4.0.0",
+ "ethereum-types": "^2.0.0",
"ethers": "~4.0.4",
"lodash": "^4.17.11"
},