aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-11-14 02:46:19 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-11-14 02:46:19 +0800
commitf03afe6f1b6a6bfa339507ee47b42c62550444a0 (patch)
tree70a54cfd26681503da72f1e3a58682d3ccbd8180 /packages/order-watcher/package.json
parentbed134c1da94f3b91eb50114ecd0d01ecb3ab3a2 (diff)
parenta824264da2d8cbcd76089c5d35da95fedbadd0bb (diff)
downloaddexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.gz
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.bz2
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.lz
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.xz
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.tar.zst
dexon-0x-contracts-f03afe6f1b6a6bfa339507ee47b42c62550444a0.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/metamask-connect-flow
Diffstat (limited to 'packages/order-watcher/package.json')
-rw-r--r--packages/order-watcher/package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/order-watcher/package.json b/packages/order-watcher/package.json
index 6bb1ef485..2bab37908 100644
--- a/packages/order-watcher/package.json
+++ b/packages/order-watcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/order-watcher",
- "version": "2.2.2",
+ "version": "2.2.3",
"description": "An order watcher daemon that watches for order validity",
"keywords": [
"0x",
@@ -33,8 +33,8 @@
"node": ">=6.0.0"
},
"devDependencies": {
- "@0x/dev-utils": "^1.0.15",
- "@0x/migrations": "^2.0.2",
+ "@0x/dev-utils": "^1.0.16",
+ "@0x/migrations": "^2.0.3",
"@0x/tslint-config": "^1.0.10",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
@@ -57,19 +57,19 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/abi-gen-wrappers": "^1.0.3",
+ "@0x/abi-gen-wrappers": "^1.0.4",
"@0x/assert": "^1.0.16",
- "@0x/base-contract": "^3.0.4",
+ "@0x/base-contract": "^3.0.5",
"@0x/contract-addresses": "^1.1.0",
"@0x/contract-artifacts": "^1.1.0",
- "@0x/contract-wrappers": "^4.0.0",
- "@0x/fill-scenarios": "^1.0.10",
+ "@0x/contract-wrappers": "^4.0.1",
+ "@0x/fill-scenarios": "^1.0.11",
"@0x/json-schemas": "^2.1.0",
- "@0x/order-utils": "^3.0.0",
+ "@0x/order-utils": "^3.0.1",
"@0x/types": "^1.2.1",
"@0x/typescript-typings": "^3.0.4",
"@0x/utils": "^2.0.4",
- "@0x/web3-wrapper": "^3.1.2",
+ "@0x/web3-wrapper": "^3.1.3",
"bintrees": "^1.0.2",
"ethereum-types": "^1.1.2",
"ethereumjs-blockstream": "6.0.0",