Skip to content

Commit

Permalink
chore: update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Jan 26, 2024
1 parent eca90a2 commit 8b0ec5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@ebay/nice-modal-react": "^1.2.13",
"@ethersproject/providers": "^5.7.2",
"@masa-finance/masa-contracts-identity": "^1.12.0",
"@masa-finance/masa-sdk": "^4.0.0-alpha.5",
"@masa-finance/masa-sdk": "^4.0.0-alpha.6",
"@rainbow-me/rainbowkit": "^1.3.1",
"@tanstack/query-sync-storage-persister": "^5.13.4",
"@tanstack/react-query": "^5.13.4",
Expand Down
43 changes: 18 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2134,30 +2134,23 @@
dependencies:
ethers "~5.7.2"

"@masa-finance/masa-contracts-identity@^1.12.0-alpha.2":
version "1.12.0-alpha.2"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-contracts-identity/-/masa-contracts-identity-1.12.0-alpha.2.tgz#c9c65d0aed20dd5a7fa9e3ac02cf4990edfd8232"
integrity sha512-9u+Hx5e7taCzzSHpnDe6EDpDRumxAXO2xVVeKPj2STzNDQpGfsFWdBrgIr1Bsxrigq9cgDl9D5PbZVlF1WfFrA==
dependencies:
ethers "~5.7.2"

"@masa-finance/masa-sdk@^4.0.0-alpha.5":
version "4.0.0-alpha.5"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-4.0.0-alpha.5.tgz#3b223b708a1114817b564e98f567a039556f4bf0"
integrity sha512-NHlKxt6eVeXcDwAh8+zJP/2JlP1kn8sM+Spc6TzFgJHZqNcptD8v/8TBCSogP5J0DZN7FzczrW29VPFijqYFDQ==
"@masa-finance/masa-sdk@^4.0.0-alpha.6":
version "4.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@masa-finance/masa-sdk/-/masa-sdk-4.0.0-alpha.6.tgz#e985a460c90498ea2f294a501d01e576abd56de7"
integrity sha512-t41Rqv4abX+dVf9C7mfxwkK523hoiyiKfoEC7Swrbqmbppt7U6L8hLalpF3WMcAfINj6YYieK6vw4Yn/3JY1Ig==
dependencies:
"@ethersproject/abi" "^5.7.0"
"@ethersproject/abstract-provider" "^5.7.0"
"@ethersproject/abstract-signer" "^5.7.0"
"@ethersproject/bignumber" "^5.7.0"
"@ethersproject/providers" "^5.7.2"
"@masa-finance/masa-contracts-identity" "^1.12.0-alpha.2"
"@masa-finance/masa-contracts-identity" "^1.12.0"
"@masa-finance/masa-token" "^2.0.0"
arweave "1.11.8"
axios "^1.3.2"
axios "^1.6.5"
ethers "~5.7.2"
grapheme-splitter "^1.0.4"
typescript "^5.3.2"
typescript "^5.3.3"

"@masa-finance/masa-token@^2.0.0":
version "2.0.0"
Expand Down Expand Up @@ -6085,12 +6078,12 @@ axios@^0.27.2:
follow-redirects "^1.14.9"
form-data "^4.0.0"

axios@^1.3.2:
version "1.5.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
axios@^1.6.5:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -8882,11 +8875,16 @@ flow-parser@0.*:
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.217.0.tgz#0e6bed214151fa3240dc9fd83ac8a9e050e523c5"
integrity sha512-hEa5n0dta1RcaDwJDWbnyelw07PK7+Vx0f9kDht28JOt2hXgKdKGaT3wM45euWV2DxOXtzDSTaUgGSD/FPvC2Q==

follow-redirects@^1.14.9, follow-redirects@^1.15.0:
follow-redirects@^1.14.9:
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==

follow-redirects@^1.15.4:
version "1.15.5"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==

for-each@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
Expand Down Expand Up @@ -14239,11 +14237,6 @@ typedoc@^0.25.4:
minimatch "^9.0.3"
shiki "^0.14.1"

typescript@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43"
integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==

typescript@^5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
Expand Down

0 comments on commit 8b0ec5e

Please sign in to comment.