⬇️(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

@@ -87,7 +87,7 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.5",
"@types/react": "18.2.23",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.8",
"@vitejs/plugin-react": "4.1.0",
"@vitest/coverage-c8": "0.33.0",