⬇️(frontend) react 18.3.1 -> 18.2.0

Downgrade react to 18.2.0.
It seems to have a compatibility issue
with @openfun/cunningham-react.
This commit is contained in:
Anthony LC
2024-04-29 15:10:15 +02:00
committed by Anthony LC
parent 33b39ce315
commit d9fa75b764
3 changed files with 7 additions and 20 deletions

View File

@@ -26,6 +26,8 @@
"resolutions": {
"@types/node": "20.12.7",
"@types/react-dom": "18.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.4.5"
}
}