📌(frontend) pin @types/react-dom globally

Compatibility issues with `@types/react-dom`.
Force the usage of the same version of
`@types/react-dom` across all packages and
dependencies.
This commit is contained in:
Anthony LC
2024-03-18 13:50:31 +01:00
committed by Anthony LC
parent 079968b532
commit f503120b3c
5 changed files with 10 additions and 48 deletions

View File

@@ -39,7 +39,7 @@
"@types/luxon": "3.4.2",
"@types/node": "*",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.18",
"@types/react-dom": "*",
"dotenv": "16.4.5",
"eslint-config-people": "*",
"fetch-mock": "9.11.0",