Commit 8f9ca28
authored
Bump/deps @metamask/eth-snap-keyring @metamask/keyring-api @metamask/snaps-controllers @metamask/snaps-utils eth-rpc-errors -> @metamask/rpc-errors in AccountsController (#1735)
## Explanation
Bumps the following dependencies in the AccountsController and fixes a
type error introduced by a using the latest snaps controller
## Changelog
### `@metamask/accounts-controller`
- **CHANGED**:
- @metamask/eth-snap-keyring updated to ^1.0.0
- @metamask/keyring-api updated to ^1.0.0
- @metamask/snaps-controllers updated to ^2.0.1
- @metamask/snaps-utils updated to ^2.0.1
- Changed eth-rpc-errors to @metamask/rpc-errors
## Checklist
- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate1 parent 2e95c89 commit 8f9ca28
File tree
3 files changed
+98
-367
lines changed- packages/accounts-controller
3 files changed
+98
-367
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments