mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Group react upgrades (#1163)
This commit is contained in:
parent
2e2f2d42c1
commit
5a8eefe3a5
|
@ -8,10 +8,6 @@
|
|||
"packages/redux-devtools-remote/examples/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["node"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["typescript"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
|
@ -26,6 +22,22 @@
|
|||
"matchPackageNames": ["eslint-plugin-react"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"groupName": "eslint-plugin-react"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": [
|
||||
"react",
|
||||
"react-dom",
|
||||
"react-is",
|
||||
"react-test-renderer",
|
||||
"@testing-library/react",
|
||||
"@testing-library/user-event",
|
||||
"@types/react",
|
||||
"@types/react-dom",
|
||||
"@types/react-test-renderer",
|
||||
"@chakra-ui/react"
|
||||
],
|
||||
"matchUpdateTypes": ["major"],
|
||||
"groupName": "react"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user