mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-12 09:30:45 +03:00
Group react upgrades (#1163)
This commit is contained in:
parent
2e2f2d42c1
commit
5a8eefe3a5
|
@ -8,10 +8,6 @@
|
||||||
"packages/redux-devtools-remote/examples/**"
|
"packages/redux-devtools-remote/examples/**"
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
|
||||||
"matchPackageNames": ["node"],
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"matchPackageNames": ["typescript"],
|
"matchPackageNames": ["typescript"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
|
@ -26,6 +22,22 @@
|
||||||
"matchPackageNames": ["eslint-plugin-react"],
|
"matchPackageNames": ["eslint-plugin-react"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"groupName": "eslint-plugin-react"
|
"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