Skip to content

Commit

Permalink
chore(constraints): remove resolved inconsistency exceptions (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Oct 24, 2024
1 parent 81546f1 commit ca28cf7
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 ca28cf7

Please sign in to comment.