Skip to content

Commit 9f5788d

Browse files
committed
chore: downgrade snaps-controllers from ^9.10.0 to ^9.7.0
This change was not required, and bumping peer dependency does require the "consumer" of that packages to potentially update his packages too, which would result in a breaking change for the `accounts-controller` here.
1 parent 72a75a5 commit 9f5788d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/accounts-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"peerDependencies": {
7575
"@metamask/keyring-controller": "^18.0.0",
76-
"@metamask/snaps-controllers": "^9.10.0"
76+
"@metamask/snaps-controllers": "^9.7.0"
7777
},
7878
"engines": {
7979
"node": "^18.18 || >=20"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ __metadata:
20542054
uuid: "npm:^8.3.2"
20552055
peerDependencies:
20562056
"@metamask/keyring-controller": ^18.0.0
2057-
"@metamask/snaps-controllers": ^9.10.0
2057+
"@metamask/snaps-controllers": ^9.7.0
20582058
languageName: unknown
20592059
linkType: soft
20602060

0 commit comments

Comments
 (0)