-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use npm package instead of git+https (#427)
Fixes the @celo/celocli install bug <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on changing the dependency management for several packages to use npm instead of GitHub URLs, along with updating the versioning of the `@celo/hw-app-eth` package across various files. ### Detailed summary - Updated dependencies in `packages/viem-account-ledger/package.json` to use `@celo/hw-app-eth` from npm. - Removed GitHub URL references for `@ledgerhq/hw-app-eth` in `packages/viem-account-ledger/package.json`. - Adjusted imports in multiple files to use `@celo/hw-app-eth` instead of `@ledgerhq/hw-app-eth`. - Updated `yarn.lock` to reflect changes in dependencies. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information
1 parent
9df4bbf
commit ee33677
Showing
9 changed files
with
270 additions
and
194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@celo/wallet-ledger': patch | ||
'@celo/viem-account-ledger': patch | ||
'@celo/celocli': patch | ||
--- | ||
|
||
Change a dependency to use npm rather than github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.