⬇️(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:
Anthony LC
2024-02-26 15:02:20 +01:00
committed by Anthony LC
parent a3c0069697
commit 33288ab225
3 changed files with 9 additions and 9 deletions

View File

@@ -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",