Skip to content

Commit

Permalink
Fix master (#354)
Browse files Browse the repository at this point in the history
Fixes master

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the `yarn.lock` file by removing the block for
`@celo/wallet-rpc` and its associated dependencies, while retaining the
entry for `@chainsafe/as-sha256`.

### Detailed summary
- Removed block for
`@celo/wallet-rpc@workspace:packages/sdk/wallets/wallet-rpc` including:
  - Version and resolution details
  - Dependencies such as `@celo/base`, `@celo/connect`, and others
- Retained entry for `@chainsafe/as-sha256@npm:^0.3.1` with version
0.3.1.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
shazarre authored Oct 4, 2024
1 parent 54741cc commit d3b88fd
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2282,27 +2282,6 @@ __metadata:
languageName: unknown
linkType: soft

"@celo/wallet-rpc@workspace:packages/sdk/wallets/wallet-rpc":
version: 0.0.0-use.local
resolution: "@celo/wallet-rpc@workspace:packages/sdk/wallets/wallet-rpc"
dependencies:
"@celo/base": "npm:^6.1.0"
"@celo/connect": "npm:^6.0.1"
"@celo/contractkit": "npm:^8.1.1"
"@celo/dev-utils": "npm:0.0.5"
"@celo/typescript": "workspace:^"
"@celo/utils": "npm:^7.0.0"
"@celo/wallet-base": "npm:^6.0.1"
"@celo/wallet-remote": "npm:^6.0.1"
"@types/bn.js": "npm:^5.1.0"
"@types/debug": "npm:^4.1.12"
bignumber.js: "npm:^9.0.0"
bn.js: "npm:^5.1.0"
debug: "npm:^4.1.1"
web3: "npm:1.10.4"
languageName: unknown
linkType: soft

"@chainsafe/as-sha256@npm:^0.3.1":
version: 0.3.1
resolution: "@chainsafe/as-sha256@npm:0.3.1"
Expand Down

0 comments on commit d3b88fd

Please sign in to comment.