Skip to content

Commit

Permalink
Merge pull request #385 from dappnode/pablo/hardcode-types-dep
Browse files Browse the repository at this point in the history
hardcode version dappnode types
  • Loading branch information
pablomendezroyo authored Jan 25, 2024
2 parents eaa4314 + 162fac2 commit 5812c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@dappnode/schemas": "0.1.8",
"@dappnode/toolkit": "0.1.20",
"@dappnode/types": "^0.1.17",
"@dappnode/types": "0.1.17",
"@octokit/rest": "^18.0.12",
"async-retry": "^1.2.3",
"chalk": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
semver "^7.5.0"
yaml "^2.2.2"

"@dappnode/types@^0.1.17":
"@dappnode/[email protected]":
version "0.1.17"
resolved "https://registry.yarnpkg.com/@dappnode/types/-/types-0.1.17.tgz#b15fba7356acae7f2751f0cfe4db08eccb004993"
integrity sha512-XfMYmF/b/p9a24YB2b6D7LWS/wQzPMYEklTAvVRRmJbVgwklIE+j02O90Qhc9RXxqxL9gB+WnpPEiXie2EUhIw==
Expand Down

0 comments on commit 5812c6c

Please sign in to comment.