Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Update dependency @0x/web3-wrapper to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2020
1 parent 0883b9d commit 86a5f2e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@0x/subproviders": "^5.0.4",
"@0x/utils": "^4.5.2",
"@0x/web3-wrapper": "^6.0.13",
"@0x/web3-wrapper": "^7.0.0",
"lodash": "^4.17.15"
}
}
37 changes: 36 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,17 @@
lodash "^4.17.11"
valid-url "^1.0.9"

"@0x/assert@^3.0.9":
version "3.0.9"
resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.9.tgz#4bc750b786c1f02ea0b7ceb701ebe2e46d30c113"
integrity sha512-ywQuG8feXtIpRn/3tekPZeXLjKfDJPooA5QJEDxHDv1E5ZjSrKSK6B3wdkVW6NJvNPECw0eKjM50uF2784tbfA==
dependencies:
"@0x/json-schemas" "^5.1.0"
"@0x/typescript-typings" "^5.1.1"
"@0x/utils" "^5.5.1"
lodash "^4.17.11"
valid-url "^1.0.9"

"@0x/base-contract@^5.4.0":
version "5.4.0"
resolved "https://registry.yarnpkg.com/@0x/base-contract/-/base-contract-5.4.0.tgz#466ea98af22d7e629a21a7d16211c825664e2a48"
Expand Down Expand Up @@ -184,6 +195,16 @@
jsonschema "^1.2.0"
lodash.values "^4.3.0"

"@0x/json-schemas@^5.1.0":
version "5.1.0"
resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.1.0.tgz#3f30529049ea5aa4cfc4aed2c2124c7482d632f1"
integrity sha512-qDiCz94AR140puQ0MHT6XyDbmDrvWjw+Zyysmf4tD9PfM8sD+MOhF9dfvaYPNlS51M1CIlOTWZYqo5OUCIBEXQ==
dependencies:
"@0x/typescript-typings" "^5.1.1"
"@types/node" "*"
jsonschema "^1.2.0"
lodash.values "^4.3.0"

"@0x/order-utils@^8.4.0":
version "8.4.0"
resolved "https://registry.yarnpkg.com/@0x/order-utils/-/order-utils-8.4.0.tgz#f7fe9c73f9fd82ab05ec3c04951049e904aab46a"
Expand Down Expand Up @@ -318,7 +339,7 @@
ethereum-types "^3.2.0"
popper.js "1.14.3"

"@0x/[email protected]":
"@0x/[email protected]", "@0x/utils@^5.5.1":
version "5.5.1"
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.5.1.tgz#5f131755e1692e7c7b74d03d224d94808d475dd7"
integrity sha512-UreVm7R/qEv1v4dVccb4Y6Oz13o8ko2vB10sdNrPAGbstqx3NfdEBkylNxD7I8Bkta/BIwHrLbtCN3jni8CSeg==
Expand Down Expand Up @@ -403,6 +424,20 @@
ethers "~4.0.4"
lodash "^4.17.11"

"@0x/web3-wrapper@^7.0.0":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.2.0.tgz#079f59276a7ea4e2920881645c51f71b1c0251e3"
integrity sha512-5jRr5Xl/co5VZB2sCFiokuRwuPc2BENeSVuXll/+YNmytP5+C+7oDvVt6GrGP3j5921GIr4EhusZMbvOFw1oKQ==
dependencies:
"@0x/assert" "^3.0.9"
"@0x/json-schemas" "^5.1.0"
"@0x/typescript-typings" "^5.1.1"
"@0x/utils" "^5.5.1"
ethereum-types "^3.2.0"
ethereumjs-util "^5.1.1"
ethers "~4.0.4"
lodash "^4.17.11"

"@0xproject/assert@^0.2.14":
version "0.2.14"
resolved "https://registry.yarnpkg.com/@0xproject/assert/-/assert-0.2.14.tgz#7d5a373fedc8eb482716b730f4dddf3ef33bfa29"
Expand Down

0 comments on commit 86a5f2e

Please sign in to comment.