From 008cd86d9c161a5361c517d7f648a1f28b38ab95 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 21 Oct 2024 21:47:09 +0000 Subject: [PATCH] chore(constraints): remove resolved inconsistency execptions - #4769 --- yarn.config.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yarn.config.cjs b/yarn.config.cjs index 68be02772c..b802565a6a 100644 --- a/yarn.config.cjs +++ b/yarn.config.cjs @@ -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'], }; /**