diff --git a/packages/shared/package.json b/packages/shared/package.json index 77ea68e5..04f63663 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index 0cc181dd..afd39d13 100644 --- a/yarn.lock +++ b/yarn.lock @@ -66,6 +66,17 @@ lodash "^4.17.11" valid-url "^1.0.9" +"@0x/assert@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.0.tgz#a5fa5defd6638431c76309968fed175ddab5956a" + integrity sha512-SiU9pWEtHzDsmFx80/uBGZScpVwN4EhMlqcqt3fGa3u4e3iK6rtqLCD9qvlN9OgEljbvyuq6pzI8bGr27xspkw== + dependencies: + "@0x/json-schemas" "^5.0.0" + "@0x/typescript-typings" "^5.0.0" + "@0x/utils" "^5.0.0" + 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" @@ -184,6 +195,16 @@ jsonschema "^1.2.0" lodash.values "^4.3.0" +"@0x/json-schemas@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.0.0.tgz#95c29fb7977adb19b9f0127122ec90efb38651ec" + integrity sha512-+OlJ5UBdX1MpXA/wD3j3GCD51IQmgp9zTvFriWbUIBn35imZe1gUETdn7tpeqxbTMOm4kHzwcSDrf5bdx6ztLA== + dependencies: + "@0x/typescript-typings" "^5.0.0" + "@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" @@ -276,6 +297,15 @@ bignumber.js "~9.0.0" ethereum-types "^2.2.0-beta.2" +"@0x/types@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.0.0.tgz#3cc815094fb9b73d3bc6bbe29735af982a0f519c" + integrity sha512-q+XRLgd/I7UbT73w0SRKLs9ZHe1FpIc5JZO1sLI3asNj+bb9FrFjuHiDJvZV33MjMI8u3IajN534YjVCMTBefg== + dependencies: + "@types/node" "*" + bignumber.js "~9.0.0" + ethereum-types "^3.0.0" + "@0x/typescript-typings@^4.3.0": version "4.3.0" resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-4.3.0.tgz#4813a996ac5101841d1c22f4aa1738ab56168857" @@ -298,6 +328,17 @@ ethereum-types "^2.2.0-beta.2" popper.js "1.14.3" +"@0x/typescript-typings@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.0.0.tgz#54bb89fe78216cd9a1a737dead329ad1cb05bd94" + integrity sha512-4ZgHGY5OniFC8giOMF4W2l6YuOccIt7L0a52BKbJvBGpPeaDIlKWGuqxhp9nXDd212SlkYxALyoXlJd/We2kew== + dependencies: + "@types/bn.js" "^4.11.0" + "@types/react" "*" + bignumber.js "~9.0.0" + ethereum-types "^3.0.0" + popper.js "1.14.3" + "@0x/utils@^4.5.2": version "4.5.2" resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-4.5.2.tgz#6cc89f2d0dda341e0fb4e76049a35abfb67a4ac5" @@ -336,6 +377,25 @@ js-sha3 "^0.7.0" lodash "^4.17.11" +"@0x/utils@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.0.0.tgz#4b0acff872c9b158c9293849f8bd2bb62f17b8c5" + integrity sha512-Nsa8VHdSo4jhWmsEuuIAJIBG55swbtDn5vb4/Kh+pXWRoOhkCuJyE6E0OIikL0wmgasIISD+xaOnpgqCY1N/mQ== + dependencies: + "@0x/types" "^3.0.0" + "@0x/typescript-typings" "^5.0.0" + "@types/node" "*" + abortcontroller-polyfill "^1.1.9" + bignumber.js "~9.0.0" + chalk "^2.3.0" + detect-node "2.0.3" + ethereum-types "^3.0.0" + ethereumjs-util "^5.1.1" + ethers "~4.0.4" + isomorphic-fetch "2.2.1" + js-sha3 "^0.7.0" + lodash "^4.17.11" + "@0x/web3-wrapper@^6.0.13": version "6.0.13" resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-6.0.13.tgz#2e666221bd44ceebe02762028214d4aa41ad7247" @@ -364,6 +424,20 @@ ethers "~4.0.4" lodash "^4.17.11" +"@0x/web3-wrapper@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.0.0.tgz#323e7931f067f7f9ed88cca30bd1ed1f7505fc48" + integrity sha512-Cyd4/LIP69XDRkLA+OCRjFxx3mba0M+gG5zoXcc69HFTvZXV/mB36ibsQBvBI/CNVxUkxkrOQA/lG4+/zl3Dcg== + dependencies: + "@0x/assert" "^3.0.0" + "@0x/json-schemas" "^5.0.0" + "@0x/typescript-typings" "^5.0.0" + "@0x/utils" "^5.0.0" + ethereum-types "^3.0.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" @@ -3998,6 +4072,14 @@ ethereum-types@^2.2.0-beta.2: "@types/node" "*" bignumber.js "~9.0.0" +ethereum-types@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ethereum-types/-/ethereum-types-3.0.0.tgz#9fa3a98b8b9b64a0fab1864de7bc7fd7b1699fcd" + integrity sha512-jRSsiua+e4/89r7M3mqPcP1M2f3TgXxpVmWysy+7pEg2H4lwEQRWarbYfIpWp81NtxrcMQv5bMK+yR1MN4sDpg== + dependencies: + "@types/node" "*" + bignumber.js "~9.0.0" + ethereumjs-abi@0.6.5: version "0.6.5" resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241"