Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/notification-services-controller/package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,6 +45,7 @@
"@metamask/base-controller": "^6.0.0",
"@metamask/controller-utils": "^11.0.0",
"@metamask/keyring-controller": "^17.1.0",
"@metamask/profile-sync-controller": "^0.1.0",
"bignumber.js": "^4.1.0",
"contentful": "^10.3.6",
"firebase": "^10.11.0",
Expand All@@ -66,7 +67,8 @@
"typescript": "~4.9.5"
},
"peerDependencies": {
"@metamask/keyring-controller": "^17.0.0"
"@metamask/keyring-controller": "^17.0.0",
"@metamask/profile-sync-controller": "^0.1.0"
},
"engines": {
"node": "^18.18 || >=20"
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -3254,6 +3254,7 @@ __metadata:
"@metamask/base-controller": ^6.0.0
"@metamask/controller-utils": ^11.0.0
"@metamask/keyring-controller": ^17.1.0
"@metamask/profile-sync-controller": ^0.1.0
"@types/jest": ^27.4.1
"@types/readable-stream": ^2.3.0
bignumber.js: ^4.1.0
Expand All@@ -3271,6 +3272,7 @@ __metadata:
uuid: ^8.3.2
peerDependencies:
"@metamask/keyring-controller": ^17.0.0
"@metamask/profile-sync-controller": ^0.1.0
languageName: unknown
linkType: soft

Expand DownExpand Up@@ -3463,7 +3465,7 @@ __metadata:
languageName: unknown
linkType: soft

"@metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
"@metamask/profile-sync-controller@^0.1.0, @metamask/profile-sync-controller@workspace:packages/profile-sync-controller":
version: 0.0.0-use.local
resolution: "@metamask/profile-sync-controller@workspace:packages/profile-sync-controller"
dependencies:
Expand Down