Skip to content

Commit 4489b84

Browse files
committed
chore(constraints): remove resolved inconsistency execptions
- #4769
1 parent 70bd65f commit 4489b84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yarn.config.cjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ const { inspect } = require('util');
1818
* This should trend towards empty.
1919
*/
2020
const ALLOWED_INCONSISTENT_DEPENDENCIES = {
21-
'@metamask/json-rpc-engine': ['^9.0.3'],
22-
'@metamask/rpc-errors': ['^7.0.0'],
21+
// '@metamask/json-rpc-engine': ['^9.0.3'],
2322
};
2423

2524
/**

0 commit comments

Comments
 (0)