Skip to content

Commit

Permalink
(fix): update @hypercerts-org/sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Mar 14, 2024
1 parent 53dd196 commit fd15e97
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@emotion/styled": "^11.11.0",
"@hypercerts-org/contracts": "1.1.0",
"@hypercerts-org/marketplace-sdk": "0.0.19",
"@hypercerts-org/sdk": "1.4.2-alpha.2",
"@hypercerts-org/sdk": "1.4.3",
"@rainbow-me/rainbowkit": "^2.0.0",
"@supabase/supabase-js": "^2.33.1",
"@tanstack/react-query": "^5.18.1",
Expand Down
28 changes: 28 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2007,6 +2007,13 @@
dependencies:
hardhat "^2.18.3"

"@hypercerts-org/[email protected]":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@hypercerts-org/contracts/-/contracts-1.1.2.tgz#db02692d3837c94805c217113b0662286d23e655"
integrity sha512-+Y7TD1LX1c2FyU7OYuQ/NUFfcKaW5fIZ9R/Xr+DhNUbi7KstHhhdVEl1hmSExuvySbAD3wNKFaQWdlBRxT520Q==
dependencies:
hardhat "^2.18.3"

"@hypercerts-org/[email protected]":
version "0.0.19"
resolved "https://registry.yarnpkg.com/@hypercerts-org/marketplace-sdk/-/marketplace-sdk-0.0.19.tgz#717e1c8df285e1aad22b697a0788d880291e9288"
Expand Down Expand Up @@ -2038,6 +2045,27 @@
urql "^4.0.6"
viem "^1.21.4"

"@hypercerts-org/[email protected]":
version "1.4.3"
resolved "https://registry.yarnpkg.com/@hypercerts-org/sdk/-/sdk-1.4.3.tgz#215e47496192e35c24b817925303edb493547990"
integrity sha512-9K/2dY/r5dXZiFPlM9rg06P36aH49grpetsvisi9HxJMJYTIQy6ZKvB/ix3zC7LS+zSv8fhz13AEoQVlmP3Svw==
dependencies:
"@ethereum-attestation-service/eas-sdk" "1.3.7"
"@ethersproject/abstract-signer" "^5.7.0"
"@graphql-typed-document-node/core" "^3.2.0"
"@hypercerts-org/contracts" "1.1.2"
"@openzeppelin/merkle-tree" "^1.0.5"
"@urql/core" "^4.2.0"
"@whatwg-node/fetch" "^0.9.13"
ajv "^8.11.2"
axios "^1.6.2"
dotenv "^16.0.3"
ethers "5.7.2"
graphql "^16.8.1"
loglevel "^1.8.1"
urql "^4.0.6"
viem "^1.21.4"

"@ioredis/commands@^1.1.1":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.2.0.tgz#6d61b3097470af1fdbbe622795b8921d42018e11"
Expand Down

0 comments on commit fd15e97

Please sign in to comment.