Skip to content

Commit

Permalink
chore(constraints): remove resolved inconsistency execptions
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 23, 2024
1 parent 24d257a commit 008cd86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const { inspect } = require('util');
* This should trend towards empty.
*/
const ALLOWED_INCONSISTENT_DEPENDENCIES = {
'@metamask/json-rpc-engine': ['^9.0.3'],
'@metamask/rpc-errors': ['^7.0.0'],
// '@metamask/json-rpc-engine': ['^9.0.3'],
};

/**
Expand Down

0 comments on commit 008cd86

Please sign in to comment.