⬇️(app-desk) downgrade @types/react-dom
Downgrade @types/react-dom to 18.2.18. The lastest version seems to have lot of compatibility issues with other packages: - @openfun/cunningham-react - @tanstack/react-query-devtools - next We add this package with this version to the ignore list in renovate.json, when we will have a new compatible version, we will remove it from the ignore list.
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
"groupName": "ignored js dependencies",
|
||||
"matchManagers": ["npm"],
|
||||
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"groupName": "ignored js @types/react-dom@18.2.19",
|
||||
"matchManagers": ["npm"],
|
||||
"matchPackageNames": ["@types/react-dom"],
|
||||
"allowedVersions": ">18.2.19"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user