Update mesh dep

This commit is contained in:
fabioberger
2019-11-18 22:21:24 +01:00
parent 117f4a282d
commit d64bf98dc0
3 changed files with 9 additions and 10 deletions

View File

@@ -59,7 +59,7 @@
},
"devDependencies": {
"@0x/contracts-test-utils": "^3.2.0-beta.2",
"@0x/mesh-rpc-client": "^7.0.3-beta-0xv3",
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^3.1.0-beta.2",
"@types/lodash": "4.14.104",

View File

@@ -49,7 +49,7 @@
"@0x/assert": "^2.2.0-beta.2",
"@0x/connect": "^5.1.0-beta.2",
"@0x/contracts-dev-utils": "^0.1.0-beta.2",
"@0x/mesh-rpc-client": "^7.0.3-beta-0xv3",
"@0x/mesh-rpc-client": "^7.0.4-beta-0xv3",
"@0x/order-utils": "^8.5.0-beta.2",
"@0x/utils": "^4.6.0-beta.2"
}

View File

@@ -822,15 +822,14 @@
jsonschema "^1.2.0"
lodash.values "^4.3.0"
"@0x/mesh-rpc-client@^7.0.3-beta-0xv3":
version "7.0.3-beta-0xv3"
resolved "https://registry.yarnpkg.com/@0x/mesh-rpc-client/-/mesh-rpc-client-7.0.3-beta-0xv3.tgz#dfe5e9479c7b8ff17a028d2a91d730d33acd1bc7"
integrity sha512-48/Kex0GETDu7s7dOL0+eU9RbPvi9RVDi3PwE+kTzR6pnydYLdc4evwJcjxtaU5ph1oT2Dw0CTLNvvUCEDLwdQ==
"@0x/mesh-rpc-client@^7.0.4-beta-0xv3":
version "7.0.4-beta-0xv3"
resolved "https://registry.yarnpkg.com/@0x/mesh-rpc-client/-/mesh-rpc-client-7.0.4-beta-0xv3.tgz#5e933a0b9cf20ca900f309fc4adee03b081eb335"
integrity sha512-yqQkjysQlBuNRTVEV5xSY3qB8PfjKlB1yJliB1gltTZpenrjB/zYu2/bZT701UbTvaMChpRHlSTxiTx9xX32OA==
dependencies:
"@0x/assert" "2.2.0-beta.1"
"@0x/order-utils" "8.5.0-beta.1"
"@0x/types" "2.5.0-beta.1"
"@0x/typescript-typings" "4.4.0-beta.1"
"@0x/assert" "2.2.0-beta.2"
"@0x/types" "2.5.0-beta.2"
"@0x/typescript-typings" "4.4.0-beta.2"
"@0x/web3-providers-fork" "0.0.7"
bignumber.js "~9.0.0"
detect-node "2.0.3"