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:
parent
4fe1242c49
commit
155a0cf57c
2 changed files with 7 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue