Skip to content

Commit

Permalink
chore: allow exception for @metamask/rpc-errors@^7.0.0 inconsistent d…
Browse files Browse the repository at this point in the history
…ependency range
  • Loading branch information
legobeat committed Oct 9, 2024
1 parent e2db237 commit 84430b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ function getInconsistentDependenciesAndDevDependencies(
dependenciesByRange,
) {
const ALLOWED_INCONSISTENT_DEPENDENCIES = Object.entries({
// '@metamask/foo': ['^1.0.0'],
'@metamask/rpc-errors': ['^7.0.0'],
});
for (const [
allowedPackage,
Expand Down

0 comments on commit 84430b9

Please sign in to comment.