Skip to content

Commit

Permalink
Bump/deps @metamask/eth-snap-keyring @metamask/keyring-api @metamask/…
Browse files Browse the repository at this point in the history
…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 appropriate
  • Loading branch information
montelaidev authored Oct 12, 2023
1 parent 2e95c89 commit 8f9ca28
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 367 deletions.
8 changes: 4 additions & 4 deletions packages/accounts-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"dependencies": {
"@metamask/base-controller": "^3.2.3",
"@metamask/eth-snap-keyring": "^0.2.2",
"@metamask/keyring-api": "^0.2.5",
"@metamask/snaps-utils": "^1.0.1",
"@metamask/eth-snap-keyring": "^1.0.0",
"@metamask/keyring-api": "^1.0.0",
"@metamask/snaps-utils": "^3.0.0",
"@metamask/utils": "^8.1.0",
"deepmerge": "^4.2.2",
"ethereumjs-util": "^7.0.10",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@metamask/auto-changelog": "^3.1.0",
"@metamask/keyring-controller": "^8.0.2",
"@metamask/snaps-controllers": "^1.0.1",
"@metamask/snaps-controllers": "^3.0.0",
"@types/jest": "^27.4.1",
"@types/readable-stream": "^2.3.0",
"jest": "^27.5.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/accounts-controller/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"baseUrl": "./",
"outDir": "./dist",
"rootDir": "./src"
"rootDir": "./src",
"skipLibCheck": true
},
"references": [
{
Expand Down
Loading

0 comments on commit 8f9ca28

Please sign in to comment.