Skip to content

Commit

Permalink
Merge pull request #1384 from dappnode/pablo/update-sdk
Browse files Browse the repository at this point in the history
Update sdk dependency to v0.2.71
  • Loading branch information
pablomendezroyo authored Feb 22, 2023
2 parents 53fc952 + ab2f9e8 commit d2e1c02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@dappnode/common": "^0.1.0",
"@dappnode/dappmanager": "^0.1.0",
"@dappnode/dappnodesdk": "^0.2.68",
"@dappnode/dappnodesdk": "^0.2.71",
"@reduxjs/toolkit": "^1.3.5",
"@types/clipboard": "^2.0.7",
"@types/node": "^18.11.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "tsc -w"
},
"dependencies": {
"@dappnode/dappnodesdk": "^0.2.69",
"@dappnode/dappnodesdk": "^0.2.71",
"@types/node": "^18.11.18",
"lodash-es": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dappmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "GPL-3.0",
"dependencies": {
"@dappnode/common": "^0.1.0",
"@dappnode/dappnodesdk": "^0.2.68",
"@dappnode/dappnodesdk": "^0.2.71",
"@ipld/car": "^3.1.16",
"@types/async": "^3.0.1",
"@types/async-retry": "^1.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1238,10 +1238,10 @@
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36"
integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==

"@dappnode/dappnodesdk@^0.2.68", "@dappnode/dappnodesdk@^0.2.69":
version "0.2.69"
resolved "https://registry.yarnpkg.com/@dappnode/dappnodesdk/-/dappnodesdk-0.2.69.tgz#118d7621520070097ef07eeefa6b17ae4f4c50ea"
integrity sha512-iiV1TfUFFq+1qlxtXJNybGwwkHoQcWvSX/G+yzLVEIBssuDmCI6ofSZXCjl4Nva7CsOW1Ow2L7DDo1C9kWZmvQ==
"@dappnode/dappnodesdk@^0.2.71":
version "0.2.71"
resolved "https://registry.yarnpkg.com/@dappnode/dappnodesdk/-/dappnodesdk-0.2.71.tgz#2d65bc3a088ee8a80da774a70d80707c4a237bc7"
integrity sha512-bfk3EWM8hwx7PZWFF73Gqpd4pJioHRC66Urt6ZEYOL9RdBuNxe79ZjNr8taS8mabz3I46Fj1faaQXNPjY0ylwA==
dependencies:
"@octokit/rest" "^18.0.12"
ajv "^8.11.0"
Expand Down

0 comments on commit d2e1c02

Please sign in to comment.