Skip to content

Commit

Permalink
Changed to latest sdk (aragon#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
RakeshUP authored Jan 29, 2024
1 parent 1adf830 commit a7b6b09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"@apollo/client": "^3.5.8",
"@aragon/ods": "^1.0.8",
"@aragon/sdk-client": "^1.21.1",
"@aragon/sdk-client-common": "^1.13.0",
"@aragon/sdk-client": "^1.22.1",
"@aragon/sdk-client-common": "^1.14.1",
"@elastic/apm-rum-react": "^2.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
Expand Down
29 changes: 18 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
dependencies:
ethers "^5.6.2"

"@aragon/[email protected]", "@aragon/osx-ethers@^1.3.0":
"@aragon/[email protected]":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@aragon/osx-ethers/-/osx-ethers-1.3.0.tgz#85ddd93f4448789e94154b313f9ddd8069dff568"
integrity sha512-zfLAYdgZ3SSifHiyJLkBKmoDw/IEX/yzvw6liUAa/gz7HZOsrwp3JsBJaIwB2epOnGa6vhXyWTKKZ15aJvoMaA==
Expand All @@ -88,6 +88,13 @@
dependencies:
ethers "^5.6.2"

"@aragon/osx-ethers@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@aragon/osx-ethers/-/osx-ethers-1.3.1.tgz#d72decea14cc5c11c55ad6654e97b3380429c1c9"
integrity sha512-6APDAasHrIVmJ0SxUSmWCxusVe46OF3eGZGp8MVD3j4BDJjJ+FIrrjN9ePkTpPja3X8GL6PD00l1WIzW2GZQMQ==
dependencies:
ethers "^5.6.2"

"@aragon/[email protected]":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client-common/-/sdk-client-common-1.10.0.tgz#603b4e4d8a5079283ba1fb08ef22de6d13b51f1b"
Expand All @@ -106,12 +113,12 @@
graphql-request "^4.3.0"
yup "^1.2.0"

"@aragon/sdk-client-common@^1.13.0":
version "1.13.0"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client-common/-/sdk-client-common-1.13.0.tgz#3006d14b4b3faab29c5b7430a40759de9b7de96b"
integrity sha512-E5GZazXSX0LCVgx4KundbTmdyqhHI2IFEhEd/F0ACYGQwgvjAe073ADAb4WqVlVAVVnOHoU/T6KkgliFRN/Vmw==
"@aragon/sdk-client-common@^1.14.1":
version "1.14.1"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client-common/-/sdk-client-common-1.14.1.tgz#75f2b8341170c98ef8b83a8a6f9cad1ea9d96db8"
integrity sha512-ySJ6Mgr/7/LzIzyLpWi/1RODPiHsgz5EhQyBi3u3GGJ2mcZIRPlturcDjjGnv8mO1hqNWEdjPuuX95RWnW/kKQ==
dependencies:
"@aragon/osx-ethers" "^1.3.0"
"@aragon/osx-ethers" "^1.3.1"
"@aragon/osx-ethers-v1.0.0" "npm:@aragon/[email protected]"
"@aragon/sdk-ipfs" "^1.1.0"
"@ethersproject/abstract-signer" "^5.5.0"
Expand All @@ -124,13 +131,13 @@
graphql-request "^4.3.0"
yup "^1.2.0"

"@aragon/sdk-client@^1.21.1":
version "1.21.1"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client/-/sdk-client-1.21.1.tgz#c8d72bca42b95a8205173cf899e2d50ca92e19b8"
integrity sha512-frPpT07knwua2VCjzNYPo+dtQfYeG+k5i3HMpk4pK8N5pEweCaeJPLoc4+AZVPPw8LxNdnmkxsKqi7rtUdJN/A==
"@aragon/sdk-client@^1.22.1":
version "1.22.1"
resolved "https://registry.yarnpkg.com/@aragon/sdk-client/-/sdk-client-1.22.1.tgz#229f5e2f97982fc54c36afd6a8655c2fbfa8a88a"
integrity sha512-AaL+z40RDCwToVYH54xj333KuR674eO0JZ9fCgDCru9rii3mX/Y/tmsa4aFz4/Hu3LA5PVFS5vnXbi3fp0P2Ug==
dependencies:
"@aragon/osx-ethers" "1.3.0"
"@aragon/sdk-client-common" "^1.13.0"
"@aragon/sdk-client-common" "^1.14.1"
"@aragon/sdk-ipfs" "^1.1.0"
"@ethersproject/abstract-signer" "^5.5.0"
"@ethersproject/bignumber" "^5.6.0"
Expand Down

0 comments on commit a7b6b09

Please sign in to comment.