mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
chore: upgrade deps improve for v5
This commit is contained in:
parent
a8b6dd3f76
commit
057365e222
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ module.exports = {
|
|||
if (rcOrg.some((prefix) => name.startsWith(prefix))) {
|
||||
// `^` always upgrade latest, otherwise follow semver.
|
||||
if (operator === '^') {
|
||||
// Remove when the `next` branch is merged into `master` branch.
|
||||
if (name === '@rc-component/mutate-observer') {
|
||||
return 'minor';
|
||||
}
|
||||
return 'latest';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue