Skip to content

Commit 8f9ca28

Browse files
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 appropriate
1 parent 2e95c89 commit 8f9ca28

File tree

3 files changed

+98
-367
lines changed

3 files changed

+98
-367
lines changed

packages/accounts-controller/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
},
3131
"dependencies": {
3232
"@metamask/base-controller": "^3.2.3",
33-
"@metamask/eth-snap-keyring": "^0.2.2",
34-
"@metamask/keyring-api": "^0.2.5",
35-
"@metamask/snaps-utils": "^1.0.1",
33+
"@metamask/eth-snap-keyring": "^1.0.0",
34+
"@metamask/keyring-api": "^1.0.0",
35+
"@metamask/snaps-utils": "^3.0.0",
3636
"@metamask/utils": "^8.1.0",
3737
"deepmerge": "^4.2.2",
3838
"ethereumjs-util": "^7.0.10",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@metamask/auto-changelog": "^3.1.0",
4444
"@metamask/keyring-controller": "^8.0.2",
45-
"@metamask/snaps-controllers": "^1.0.1",
45+
"@metamask/snaps-controllers": "^3.0.0",
4646
"@types/jest": "^27.4.1",
4747
"@types/readable-stream": "^2.3.0",
4848
"jest": "^27.5.1",

packages/accounts-controller/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"baseUrl": "./",
55
"outDir": "./dist",
6-
"rootDir": "./src"
6+
"rootDir": "./src",
7+
"skipLibCheck": true
78
},
89
"references": [
910
{

0 commit comments

Comments
 (0)