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

Commit a14a050

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

File tree

2 files changed

+83
-1
lines changed

2 files changed

+83
-1
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: 82 additions & 0 deletions
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.4":
70+
version "3.0.4"
71+
resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.4.tgz#640bcd42d0b6286d45ee622e5622f71325ec63b4"
72+
integrity sha512-vmERhbvSXNfpB3lHQfgGWInSJOSR0qPBDFQmTVyCJDLCDOq2T0S+Z95ntZkbuwvKE5LIk6hozu2CJobtR1OfHQ==
73+
dependencies:
74+
"@0x/json-schemas" "^5.0.4"
75+
"@0x/typescript-typings" "^5.0.1"
76+
"@0x/utils" "^5.2.0"
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.0.4":
199+
version "5.0.4"
200+
resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.0.4.tgz#c2963b59e72a12362a43c8cfc3c572abd9d567ad"
201+
integrity sha512-cU/gonynMb6enY5IKUDryD0SeuflAOUDLOjzCVtpibrgUtrjw3BYUKEkj0eUpDvQm5oCT609GOEIVCl3iZ7fPw==
202+
dependencies:
203+
"@0x/typescript-typings" "^5.0.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"
@@ -276,6 +297,15 @@
276297
bignumber.js "~9.0.0"
277298
ethereum-types "^2.2.0-beta.2"
278299

300+
"@0x/types@^3.1.1":
301+
version "3.1.1"
302+
resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.1.1.tgz#b20ca76e9516201b9c27621f941696f41ffc9fac"
303+
integrity sha512-+TQmzH+chWeDWpc+Lce3/q4X2UEHFfAwZcWrV7tEQ5EVAJvph7gpKawRW2XRsmHeQDSHBmiiBdSZ8Rc/OAjvlQ==
304+
dependencies:
305+
"@types/node" "*"
306+
bignumber.js "~9.0.0"
307+
ethereum-types "^3.0.0"
308+
279309
"@0x/typescript-typings@^4.3.0":
280310
version "4.3.0"
281311
resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-4.3.0.tgz#4813a996ac5101841d1c22f4aa1738ab56168857"
@@ -298,6 +328,17 @@
298328
ethereum-types "^2.2.0-beta.2"
299329
popper.js "1.14.3"
300330

331+
"@0x/typescript-typings@^5.0.1":
332+
version "5.0.1"
333+
resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.0.1.tgz#031e291cc506ecd26d3fe10adf618f4f51ff1510"
334+
integrity sha512-zSA39URHkFnL16WD30VMa8wL8va0Khpx9APHffdPWpBOr9SUPdADtae5HO4iNCYvSgo3mrtPlKID2nIqREIHOQ==
335+
dependencies:
336+
"@types/bn.js" "^4.11.0"
337+
"@types/react" "*"
338+
bignumber.js "~9.0.0"
339+
ethereum-types "^3.0.0"
340+
popper.js "1.14.3"
341+
301342
"@0x/utils@^4.5.2":
302343
version "4.5.2"
303344
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-4.5.2.tgz#6cc89f2d0dda341e0fb4e76049a35abfb67a4ac5"
@@ -336,6 +377,25 @@
336377
js-sha3 "^0.7.0"
337378
lodash "^4.17.11"
338379

380+
"@0x/utils@^5.2.0":
381+
version "5.2.0"
382+
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.2.0.tgz#313c0fcf18d9614bf7a227fde3a084bdfbc459d4"
383+
integrity sha512-/9TFzg+PcEmVPVDkWQ2tziZKnh5UjzoI1GksERT1kK8aNmPK1rm0UBQgDi0Y+0hwCLSEdq4qz0sjvhY9JdQSWw==
384+
dependencies:
385+
"@0x/types" "^3.1.1"
386+
"@0x/typescript-typings" "^5.0.1"
387+
"@types/node" "*"
388+
abortcontroller-polyfill "^1.1.9"
389+
bignumber.js "~9.0.0"
390+
chalk "^2.3.0"
391+
detect-node "2.0.3"
392+
ethereum-types "^3.0.0"
393+
ethereumjs-util "^5.1.1"
394+
ethers "~4.0.4"
395+
isomorphic-fetch "2.2.1"
396+
js-sha3 "^0.7.0"
397+
lodash "^4.17.11"
398+
339399
"@0x/web3-wrapper@^6.0.13":
340400
version "6.0.13"
341401
resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-6.0.13.tgz#2e666221bd44ceebe02762028214d4aa41ad7247"
@@ -364,6 +424,20 @@
364424
ethers "~4.0.4"
365425
lodash "^4.17.11"
366426

427+
"@0x/web3-wrapper@^7.0.0":
428+
version "7.0.4"
429+
resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.0.4.tgz#f07cb154bc43d0ba5b7137200aa216ba49ca033c"
430+
integrity sha512-FpiDgIzO0Y/yPrmO2nM7SoInLOm3LM6imK8If1yqvsI133emMB5jTvxNW7sGK1dgB/wLdQsFRjsp2XnAxuM6TQ==
431+
dependencies:
432+
"@0x/assert" "^3.0.4"
433+
"@0x/json-schemas" "^5.0.4"
434+
"@0x/typescript-typings" "^5.0.1"
435+
"@0x/utils" "^5.2.0"
436+
ethereum-types "^3.0.0"
437+
ethereumjs-util "^5.1.1"
438+
ethers "~4.0.4"
439+
lodash "^4.17.11"
440+
367441
"@0xproject/assert@^0.2.14":
368442
version "0.2.14"
369443
resolved "https://registry.yarnpkg.com/@0xproject/assert/-/assert-0.2.14.tgz#7d5a373fedc8eb482716b730f4dddf3ef33bfa29"
@@ -4300,6 +4374,14 @@ ethereum-types@^2.2.0-beta.2:
43004374
"@types/node" "*"
43014375
bignumber.js "~9.0.0"
43024376

4377+
ethereum-types@^3.0.0:
4378+
version "3.0.0"
4379+
resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.0.0.tgz#9fa3a98b8b9b64a0fab1864de7bc7fd7b1699fcd"
4380+
integrity sha512-jRSsiua+e4/89r7M3mqPcP1M2f3TgXxpVmWysy+7pEg2H4lwEQRWarbYfIpWp81NtxrcMQv5bMK+yR1MN4sDpg==
4381+
dependencies:
4382+
"@types/node" "*"
4383+
bignumber.js "~9.0.0"
4384+
43034385
43044386
version "0.6.5"
43054387
resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241"

0 commit comments

Comments
 (0)