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 Jan 22, 2020
1 parent 5a94f8b commit 78f9ab6
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.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@0x/assert/-/assert-3.0.3.tgz#18f92aa4e5d87824259b3ddd1cc1882b59f29e8e"
integrity sha512-Yvu701gtykj44ggWe66E2sje4v9odBrO9uAoPwEj3EfN7Kk/AXJEthyWSZVGXQvj7MaFlAElq1Uw8VfzF/gtqA==
dependencies:
"@0x/json-schemas" "^5.0.3"
"@0x/typescript-typings" "^5.0.1"
"@0x/utils" "^5.1.2"
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.3":
version "5.0.3"
resolved "https://registry.yarnpkg.com/@0x/json-schemas/-/json-schemas-5.0.3.tgz#8804d20eb13f2551146c399b83cb5e1597205bee"
integrity sha512-B8mAyEb2bPrWHdaIpQjODGRmiH+gCAxadppWibpa36fkHF+4c9FNJCFqRE98Eg5w/IYTOj7JkrsRnkA3Ux1ltQ==
dependencies:
"@0x/typescript-typings" "^5.0.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 @@ -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.3"
resolved "https://registry.yarnpkg.com/@0x/subproviders/-/subproviders-6.0.3.tgz#5d88dc15efab2df6463de5e48706396645c2b5ed"
integrity sha512-sPw9I1rv/JMXxkf6c7xZVbwSMB0RizsuqG45NSHaIwPoWPh3/+IkmIgRv4M9nWignDu/q+F8v0D1ww3aIGMX0Q==
dependencies:
"@0x/assert" "^3.0.3"
"@0x/types" "^3.1.1"
"@0x/typescript-typings" "^5.0.1"
"@0x/utils" "^5.1.2"
"@0x/web3-wrapper" "^7.0.3"
"@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.1.1":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@0x/types/-/types-3.1.1.tgz#b20ca76e9516201b9c27621f941696f41ffc9fac"
integrity sha512-+TQmzH+chWeDWpc+Lce3/q4X2UEHFfAwZcWrV7tEQ5EVAJvph7gpKawRW2XRsmHeQDSHBmiiBdSZ8Rc/OAjvlQ==
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.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@0x/typescript-typings/-/typescript-typings-5.0.1.tgz#031e291cc506ecd26d3fe10adf618f4f51ff1510"
integrity sha512-zSA39URHkFnL16WD30VMa8wL8va0Khpx9APHffdPWpBOr9SUPdADtae5HO4iNCYvSgo3mrtPlKID2nIqREIHOQ==
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.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@0x/utils/-/utils-5.1.2.tgz#defc545a42343729c9bf7252f0b7413d7ba47694"
integrity sha512-p5BZxs3krXwkjBY8hrmGLkLp4BziVQ6z4tRFIcWSR8C4ptAlZ4QfFL1zqK6O6/rbOsGj+JSIpqRRrxJr2Is6LQ==
dependencies:
"@0x/types" "^3.1.1"
"@0x/typescript-typings" "^5.0.1"
"@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.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@0x/web3-wrapper/-/web3-wrapper-7.0.3.tgz#b6015a820909b36e00115047ca1c0c693d56fff8"
integrity sha512-ocUhIz04KORg1Hu3j+w/pKgJ3VF6WiFhwN0VbZkMBggK2eIAYsb3VncLY5hl9g63bTxSk0l3GI5WFgGuxMMn6Q==
dependencies:
"@0x/assert" "^3.0.3"
"@0x/json-schemas" "^5.0.3"
"@0x/typescript-typings" "^5.0.1"
"@0x/utils" "^5.1.2"
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 @@ -4300,6 +4374,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 78f9ab6

Please sign in to comment.