Skip to content

Commit

Permalink
chore: bump @metamask/preferences-controller from ^11.0.0 to ^13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptodev-2s committed Oct 28, 2024
1 parent 1f5f852 commit fe2fd24
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 327 deletions.
1 change: 0 additions & 1 deletion app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@ export class Engine {
});

const preferencesController = new PreferencesController({
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger: this.controllerMessenger.getRestricted({
name: 'PreferencesController',
allowedActions: [],
Expand Down
3 changes: 2 additions & 1 deletion app/util/test/initial-background-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
"key": "tokenFiatAmount",
"order": "dsc",
"sortCallback": "stringNumeric"
}
},
"privacyMode": false
},
"TokenBalancesController": {
"contractBalances": {}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"@metamask/phishing-controller": "^12.0.3",
"@metamask/post-message-stream": "^8.0.0",
"@metamask/ppom-validator": "0.32.0",
"@metamask/preferences-controller": "^11.0.0",
"@metamask/preferences-controller": "^13.1.0",
"@metamask/profile-sync-controller": "^0.9.7",
"@metamask/react-native-actionsheet": "2.4.2",
"@metamask/react-native-button": "^3.0.0",
Expand Down

This file was deleted.

276 changes: 0 additions & 276 deletions patches/@metamask+preferences-controller+11.0.0.patch

This file was deleted.

Loading

0 comments on commit fe2fd24

Please sign in to comment.