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

Commit 0626881

Browse files
committed
Update dependency @0x/web3-wrapper to v7
1 parent 1dc2608 commit 0626881

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@0x/subproviders": "^5.0.4",
77
"@0x/utils": "^4.5.2",
8-
"@0x/web3-wrapper": "^6.0.13",
8+
"@0x/web3-wrapper": "^7.0.0",
99
"lodash": "^4.17.15"
1010
}
1111
}

yarn.lock

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@
6666
lodash "^4.17.11"
6767
valid-url "^1.0.9"
6868

69+
"@0x/assert@^3.0.9":
70+
version "3.0.9"
71+
resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.9.tgz#4bc750b786c1f02ea0b7ceb701ebe2e46d30c113"
72+
integrity sha512-ywQuG8feXtIpRn/3tekPZeXLjKfDJPooA5QJEDxHDv1E5ZjSrKSK6B3wdkVW6NJvNPECw0eKjM50uF2784tbfA==
73+
dependencies:
74+
"@0x/json-schemas" "^5.1.0"
75+
"@0x/typescript-typings" "^5.1.1"
76+
"@0x/utils" "^5.5.1"
77+
lodash "^4.17.11"
78+
valid-url "^1.0.9"
79+
6980
"@0x/base-contract@^5.4.0":
7081
version "5.4.0"
7182
resolved "https://registry.yarnpkg.com/@0x/base-contract/-/base-contract-5.4.0.tgz#466ea98af22d7e629a21a7d16211c825664e2a48"
@@ -184,6 +195,16 @@
184195
jsonschema "^1.2.0"
185196
lodash.values "^4.3.0"
186197

198+
"@0x/json-schemas@^5.1.0":
199+
version "5.1.0"
200+
resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.1.0.tgz#3f30529049ea5aa4cfc4aed2c2124c7482d632f1"
201+
integrity sha512-qDiCz94AR140puQ0MHT6XyDbmDrvWjw+Zyysmf4tD9PfM8sD+MOhF9dfvaYPNlS51M1CIlOTWZYqo5OUCIBEXQ==
202+
dependencies:
203+
"@0x/typescript-typings" "^5.1.1"
204+
"@types/node" "*"
205+
jsonschema "^1.2.0"
206+
lodash.values "^4.3.0"
207+
187208
"@0x/order-utils@^8.4.0":
188209
version "8.4.0"
189210
resolved "https://registry.yarnpkg.com/@0x/order-utils/-/order-utils-8.4.0.tgz#f7fe9c73f9fd82ab05ec3c04951049e904aab46a"
@@ -318,7 +339,7 @@
318339
ethereum-types "^3.2.0"
319340
popper.js "1.14.3"
320341

321-
342+
"@0x/[email protected]", "@0x/utils@^5.5.1":
322343
version "5.5.1"
323344
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.5.1.tgz#5f131755e1692e7c7b74d03d224d94808d475dd7"
324345
integrity sha512-UreVm7R/qEv1v4dVccb4Y6Oz13o8ko2vB10sdNrPAGbstqx3NfdEBkylNxD7I8Bkta/BIwHrLbtCN3jni8CSeg==
@@ -403,6 +424,20 @@
403424
ethers "~4.0.4"
404425
lodash "^4.17.11"
405426

427+
"@0x/web3-wrapper@^7.0.0":
428+
version "7.2.0"
429+
resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.2.0.tgz#079f59276a7ea4e2920881645c51f71b1c0251e3"
430+
integrity sha512-5jRr5Xl/co5VZB2sCFiokuRwuPc2BENeSVuXll/+YNmytP5+C+7oDvVt6GrGP3j5921GIr4EhusZMbvOFw1oKQ==
431+
dependencies:
432+
"@0x/assert" "^3.0.9"
433+
"@0x/json-schemas" "^5.1.0"
434+
"@0x/typescript-typings" "^5.1.1"
435+
"@0x/utils" "^5.5.1"
436+
ethereum-types "^3.2.0"
437+
ethereumjs-util "^5.1.1"
438+
ethers "~4.0.4"
439+
lodash "^4.17.11"
440+
406441
"@0xproject/assert@^0.2.14":
407442
version "0.2.14"
408443
resolved "https://registry.yarnpkg.com/@0xproject/assert/-/assert-0.2.14.tgz#7d5a373fedc8eb482716b730f4dddf3ef33bfa29"

0 commit comments

Comments
 (0)