Skip to content
Snippets Groups Projects
Unverified Commit f2a3ee3e authored by Stephen Wade's avatar Stephen Wade Committed by GitHub
Browse files

fix(npm): Include `@types/react-is` in "react monorepo" group (#33388)

parent 79b65486
No related branches found
No related tags found
No related merge requests found
...@@ -451,7 +451,11 @@ const staticGroups = { ...@@ -451,7 +451,11 @@ const staticGroups = {
packageRules: [ packageRules: [
{ {
groupName: 'react monorepo', groupName: 'react monorepo',
matchPackageNames: ['@types/react', '@types/react-dom'], matchPackageNames: [
'@types/react',
'@types/react-dom',
'@types/react-is',
],
}, },
], ],
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment