aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fill-scenarios/package.json')
-rw-r--r--packages/fill-scenarios/package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index 5bde3f23e..6833a34bc 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/fill-scenarios",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "0x order fill scenario generator",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -28,14 +28,14 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/abi-gen-wrappers": "^3.0.0",
- "@0x/base-contract": "^4.0.0",
+ "@0x/abi-gen-wrappers": "^3.0.1",
+ "@0x/base-contract": "^4.0.1",
"@0x/contract-artifacts": "^1.3.0",
- "@0x/order-utils": "^4.0.0",
- "@0x/types": "^2.0.0",
+ "@0x/order-utils": "^5.0.0",
+ "@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
- "@0x/utils": "^4.0.1",
- "@0x/web3-wrapper": "^4.0.0",
+ "@0x/utils": "^4.0.2",
+ "@0x/web3-wrapper": "^4.0.1",
"ethereum-types": "^2.0.0",
"ethers": "~4.0.4",
"lodash": "^4.17.11"