Skip to content

Commit

Permalink
update types to 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketen committed Sep 25, 2023
1 parent c7d8b91 commit 0f4d52e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@dappnode/common": "^0.1.0",
"@dappnode/eventbus": "^0.1.0",
"@dappnode/dappmanager": "^0.1.0",
"@dappnode/types": "^0.1.25",
"@dappnode/types": "^0.1.27",
"@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 @@ -19,7 +19,7 @@
"lint": "eslint . --ext .ts --fix src"
},
"dependencies": {
"@dappnode/types": "^0.1.25",
"@dappnode/types": "^0.1.27",
"@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 @@ -28,7 +28,7 @@
"@dappnode/common": "^0.1.0",
"@dappnode/schemas": "^0.1.7",
"@dappnode/toolkit": "^0.1.19",
"@dappnode/types": "^0.1.25",
"@dappnode/types": "^0.1.27",
"@ipld/car": "^3.1.16",
"@types/async": "^3.0.1",
"@types/async-retry": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eventBus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@dappnode/params": "^0.1.0",
"@dappnode/types": "^0.1.26",
"@dappnode/types": "^0.1.27",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@dappnode/params": "^0.1.0",
"@dappnode/types": "^0.1.26",
"@dappnode/types": "^0.1.27",
"lodash-es": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 0f4d52e

Please sign in to comment.