⬇️(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:
@@ -35,7 +35,7 @@
|
||||
"@types/luxon": "3.4.2",
|
||||
"@types/node": "*",
|
||||
"@types/react": "18.2.58",
|
||||
"@types/react-dom": "18.2.19",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"dotenv": "16.4.5",
|
||||
"eslint-config-people": "*",
|
||||
"fetch-mock": "9.11.0",
|
||||
|
||||
Reference in New Issue
Block a user