deps-dev: bump @types/react and @types/react-dom

This commit bumps @types/react and @types/react-dom. Notably, this
prevents tsserver from issuing an error when React components return
undefined.
This commit is contained in:
lucasgarfield 2023-09-14 15:56:30 +02:00 committed by Thomas Lavocat
parent 4fe1242c49
commit 155a0cf57c
2 changed files with 7 additions and 2 deletions

View file

@ -69,6 +69,8 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.2.1",
"babel-jest": "29.6.2",