aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-forwarder
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2019-02-07 09:53:15 +0800
committerFabio Berger <me@fabioberger.com>2019-02-07 09:53:15 +0800
commit2a344e26cc51fa41a9df3535b625b8609dfc167e (patch)
treeac87d0cc097b78f867ac506cc513c6efb62c6fc3 /contracts/exchange-forwarder
parentaf26403a860de28656d71c1c05a5f5246ee480b8 (diff)
downloaddexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.gz
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.bz2
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.lz
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.xz
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.zst
dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.zip
Publish
- 0x.js@4.0.2 - @0x/asset-buyer@5.0.2 - @0x/connect@4.0.2 - @0x/contract-wrappers@7.0.1 - @0x/dev-tools-pages@0.0.17 - @0x/fill-scenarios@2.0.2 - @0x/instant@1.0.11 - @0x/migrations@3.0.2 - @0x/monorepo-scripts@1.0.22 - @0x/order-utils@6.0.0 - @0x/order-watcher@3.0.2 - @0x/pipeline@1.0.8 - @0x/react-docs@2.0.2 - @0x/react-shared@2.0.2 - @0x/testnet-faucets@1.0.67 - @0x/website@0.0.70 - @0x/contracts-asset-proxy@1.0.3 - @0x/contracts-erc20@1.0.3 - @0x/contracts-erc721@1.0.3 - @0x/contracts-exchange@1.0.3 - @0x/contracts-exchange-forwarder@1.0.3 - @0x/contracts-exchange-libs@1.0.3 - @0x/contracts-extensions@2.0.2 - @0x/contracts-multisig@2.0.2 - @0x/contracts-test-utils@3.0.2 - @0x/contracts-utils@2.0.2
Diffstat (limited to 'contracts/exchange-forwarder')
-rw-r--r--contracts/exchange-forwarder/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json
index 8cee3cf80..8e7a0c5e0 100644
--- a/contracts/exchange-forwarder/package.json
+++ b/contracts/exchange-forwarder/package.json
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
- "version": "1.0.2",
+ "version": "1.0.3",
"engines": {
"node": ">=6.12"
},
@@ -45,8 +45,8 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.1",
- "@0x/contract-wrappers": "^7.0.0",
- "@0x/contracts-test-utils": "^3.0.1",
+ "@0x/contract-wrappers": "^7.0.1",
+ "@0x/contracts-test-utils": "^3.0.2",
"@0x/dev-utils": "^2.0.1",
"@0x/sol-compiler": "^3.0.1",
"@0x/tslint-config": "^3.0.0",
@@ -66,13 +66,13 @@
},
"dependencies": {
"@0x/base-contract": "^4.0.1",
- "@0x/contracts-asset-proxy": "^1.0.2",
- "@0x/contracts-erc20": "^1.0.2",
- "@0x/contracts-erc721": "^1.0.2",
- "@0x/contracts-exchange": "^1.0.2",
- "@0x/contracts-exchange-libs": "^1.0.2",
- "@0x/contracts-utils": "^2.0.1",
- "@0x/order-utils": "^5.0.0",
+ "@0x/contracts-asset-proxy": "^1.0.3",
+ "@0x/contracts-erc20": "^1.0.3",
+ "@0x/contracts-erc721": "^1.0.3",
+ "@0x/contracts-exchange": "^1.0.3",
+ "@0x/contracts-exchange-libs": "^1.0.3",
+ "@0x/contracts-utils": "^2.0.2",
+ "@0x/order-utils": "^6.0.0",
"@0x/types": "^2.0.1",
"@0x/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.2",