Skip to content

Commit

Permalink
fix(npm): Include @types/react-is in "react monorepo" group (#33388)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwade authored Jan 4, 2025
1 parent 79b6548 commit f2a3ee3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,11 @@ const staticGroups = {
packageRules: [
{
groupName: 'react monorepo',
matchPackageNames: ['@types/react', '@types/react-dom'],
matchPackageNames: [
'@types/react',
'@types/react-dom',
'@types/react-is',
],
},
],
},
Expand Down

0 comments on commit f2a3ee3

Please sign in to comment.