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/subproviders to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 9, 2019
1 parent c08cc02 commit 80e9b06
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "src/index.js",
"dependencies": {
"@0x/subproviders": "^5.0.4",
"@0x/subproviders": "^6.0.0",
"@0x/utils": "^4.5.2",
"@0x/web3-wrapper": "^6.0.13",
"lodash": "^4.17.15"
Expand Down
104 changes: 93 additions & 11 deletions 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.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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -230,23 +251,23 @@
ethers "~4.0.4"
lodash "^4.17.11"

"@0x/subproviders@^5.0.4":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-5.0.4.tgz#e4b165634ef6a50c4bd41baacf0dbd2a9390c2f8"
integrity sha512-1LiGcOXkP5eUOl/0JRqkrqYtCvIL4NJj1GbbLIRq4TvkfqrRbF7zJM2SaayxPo3Z48zVsqk0ZE5+RrNAdK/Rrg==
dependencies:
"@0x/assert" "^2.1.6"
"@0x/types" "^2.4.3"
"@0x/typescript-typings" "^4.3.0"
"@0x/utils" "^4.5.2"
"@0x/web3-wrapper" "^6.0.13"
"@0x/subproviders@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-6.0.0.tgz#9d4b32e22c9e71f450b0f6d00978ca6b1129c0b3"
integrity sha512-5u0JpSGz6RtU0YKckV9FQeJAWkuESG6oR94GQujvkdxg1i1b/QGe9Njq+9VdPq6jhFwl7Hzr8K0JJYTXPlIo5A==
dependencies:
"@0x/assert" "^3.0.0"
"@0x/types" "^3.0.0"
"@0x/typescript-typings" "^5.0.0"
"@0x/utils" "^5.0.0"
"@0x/web3-wrapper" "^7.0.0"
"@ledgerhq/hw-app-eth" "^4.3.0"
"@ledgerhq/hw-transport-u2f" "4.24.0"
"@types/hdkey" "^0.7.0"
"@types/web3-provider-engine" "^14.0.0"
bip39 "^2.5.0"
bn.js "^4.11.8"
ethereum-types "^2.1.6"
ethereum-types "^3.0.0"
ethereumjs-tx "^1.3.5"
ethereumjs-util "^5.1.1"
ganache-core "^2.6.0"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -4033,6 +4107,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"

[email protected]:
version "0.6.5"
resolved "https://registry.yarnpkg.com/ethereumjs-abi/-/ethereumjs-abi-0.6.5.tgz#5a637ef16ab43473fa72a29ad90871405b3f5241"
Expand Down

0 comments on commit 80e9b06

Please sign in to comment.