aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-19 23:13:24 +0800
committerFabio Berger <me@fabioberger.com>2018-09-19 23:13:24 +0800
commit3e70ab015ba2cf00064c985c0b76137b182abf7f (patch)
tree40354fe13379f9b66af9d9c4f7d0aa650f558655 /packages/order-watcher/package.json
parentdab7f1a73985876676e84911e6cf686d91d5d26b (diff)
downloaddexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar.gz
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar.bz2
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar.lz
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar.xz
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.tar.zst
dexon-sol-tools-3e70ab015ba2cf00064c985c0b76137b182abf7f.zip
- 0x.js@1.0.3 - @0xproject/connect@2.0.1 - @0xproject/contract-wrappers@1.0.3 - contracts@2.1.44 - @0xproject/fill-scenarios@1.0.2 - @0xproject/forwarder-helper@1.0.3 - @0xproject/migrations@1.0.9 - @0xproject/order-utils@1.0.2 - @0xproject/order-watcher@1.0.3 - @0xproject/testnet-faucets@1.0.46 - @0xproject/website@0.0.49
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r--packages/order-watcher/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index d41bf2be3..a07e0f795 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/order-watcher",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -44,7 +44,7 @@
"devDependencies": {
"@0xproject/abi-gen": "^1.0.8",
"@0xproject/dev-utils": "^1.0.7",
- "@0xproject/migrations": "^1.0.8",
+ "@0xproject/migrations": "^1.0.9",
"@0xproject/tslint-config": "^1.0.7",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
@@ -72,10 +72,10 @@
"dependencies": {
"@0xproject/assert": "^1.0.8",
"@0xproject/base-contract": "^2.0.2",
- "@0xproject/contract-wrappers": "^1.0.2",
- "@0xproject/fill-scenarios": "^1.0.1",
+ "@0xproject/contract-wrappers": "^1.0.3",
+ "@0xproject/fill-scenarios": "^1.0.2",
"@0xproject/json-schemas": "^1.0.1",
- "@0xproject/order-utils": "^1.0.1",
+ "@0xproject/order-utils": "^1.0.2",
"@0xproject/types": "^1.0.1",
"@0xproject/typescript-typings": "^2.0.0",
"@0xproject/utils": "^1.0.8",