Skip to content

Commit

Permalink
token list(deps-dev): bump @sushiswap/limit-order-sdk
Browse files Browse the repository at this point in the history
Bumps [@sushiswap/limit-order-sdk](https://github.com/sushiswap/sdk/tree/HEAD/packages/limit-order) from 1.0.0-canary.109 to 1.0.0-canary.175.
- [Release notes](https://github.com/sushiswap/sdk/releases)
- [Commits](https://github.com/sushiswap/sdk/commits/HEAD/packages/limit-order)

---
updated-dependencies:
- dependency-name: "@sushiswap/limit-order-sdk"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 11, 2022
1 parent c2ba3a0 commit 3284bf6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@sushiswap/core-sdk": "1.0.0-canary.132",
"@sushiswap/kashi-sdk": "1.0.0-canary.104",
"@sushiswap/limit-order-pair-list": "0.2.17",
"@sushiswap/limit-order-sdk": "1.0.0-canary.113",
"@sushiswap/limit-order-sdk": "1.0.0-canary.175",
"@sushiswap/miso": "1.0.0-canary.47",
"@sushiswap/miso-sdk": "1.0.0-canary.102",
"@sushiswap/trident": "^1.0.0-canary.40",
Expand Down
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3053,6 +3053,22 @@
tiny-warning "^1.0.0"
toformat "^2.0.0"

"@sushiswap/[email protected]":
version "1.0.0-canary.16"
resolved "https://registry.yarnpkg.com/@sushiswap/core-sdk/-/core-sdk-1.0.0-canary.16.tgz#e3b42a442233c1fe2d058a0f8564a66667317bd5"
integrity sha512-eLcpnUcZDK8gM0JzASsa3AkeESvnYzpsMV1cJ0j8AT8T915tLh96LigvfnJb2DZG3EbDcbl23be/rxlcHIx3QQ==
dependencies:
"@ethersproject/address" "^5.4.0"
"@ethersproject/bignumber" "^5.4.0"
"@ethersproject/providers" "^5.4.0"
"@ethersproject/solidity" "^5.4.0"
big.js "^6.1.1"
decimal.js-light "^2.5.0"
jsbi "^4.1.0"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.0"
toformat "^2.0.0"

"@sushiswap/core@^2.0.0-canary.1":
version "2.0.0-canary.1"
resolved "https://registry.yarnpkg.com/@sushiswap/core/-/core-2.0.0-canary.1.tgz#91c938668282d463e4fce6e0cf4d320ce5f3768f"
Expand All @@ -3077,10 +3093,10 @@
resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-pair-list/-/limit-order-pair-list-0.2.17.tgz#0f0b1fb2d4f2425056e76673cb3c3c7011dacfcb"
integrity sha512-j5ewnBO2kEH1s3/dXPS8+qaFO/rM83H6DMP9Zy/Uh76Ub+wjRC4EqQEuhPlrAgQvqSTNX4hbPByD7x/OMzINuw==

"@sushiswap/[email protected].113":
version "1.0.0-canary.113"
resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-sdk/-/limit-order-sdk-1.0.0-canary.113.tgz#bff9f36b49d9be5d196b0f79070bb420d7ca9069"
integrity sha512-apyLRfmY3Bhfj1MsLDliHNdxhTeiDAcc8Mc3PXv5L+d6/kBvbPg3jm5DjOB2/EXNEN2ZdKOck7sLXlpZICIg+A==
"@sushiswap/[email protected].175":
version "1.0.0-canary.175"
resolved "https://registry.yarnpkg.com/@sushiswap/limit-order-sdk/-/limit-order-sdk-1.0.0-canary.175.tgz#31957918a7ebbcb261dd2bb493d3cb369a0bd714"
integrity sha512-tA4rgwc+4aonVN8/dDRMKY3QuxbJBft8ekJL28j0iu7E101a5eaiHZN5L4GcTjFdu4vhAAo1w3vgLzj4uJL5yQ==
dependencies:
"@ethersproject/abi" "^5.4.0"
"@ethersproject/abstract-signer" "^5.4.0"
Expand All @@ -3089,7 +3105,7 @@
"@ethersproject/experimental" "^5.4.0"
"@ethersproject/signing-key" "^5.4.0"
"@ethersproject/transactions" "^5.4.0"
"@sushiswap/core-sdk" "1.0.0-canary.132"
"@sushiswap/core-sdk" "1.0.0-canary.16"
eip-712 "^0.4.0"
isomorphic-unfetch "^3.0.0"

Expand Down

0 comments on commit 3284bf6

Please sign in to comment.