We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52222d3 commit 40b1ce9Copy full SHA for 40b1ce9
utils.ts
@@ -555,7 +555,7 @@ export async function applyPackageOverrides(
555
const overridesWithoutSpecialSyntax = Object.fromEntries(
556
Object.entries(overrides)
557
//eslint-disable-next-line @typescript-eslint/no-unused-vars
558
- .filter(([key, value]) => (value as string).includes('>')),
+ .filter(([key, value]) => !key.includes('>')),
559
)
560
561
if (!pkg.devDependencies) {
0 commit comments