⬇️(deps) downgrade @types/react to 18.2.21

It was causing compilation issue when using React.StrictMode, see this
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/66841
This commit is contained in:
Nathan Vasse
2023-09-27 16:28:54 +02:00
committed by NathanVss
parent 9c8331be5b
commit 3e2d5994f3
3 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
"@openfun/cunningham-react": "*",
"@openfun/cunningham-tokens": "*",
"@openfun/typescript-configs": "*",
"@types/react": "18.2.23",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.8",
"@vitejs/plugin-react": "4.1.0",
"react": "18.2.0",