fix: add @types/react and @types/react-dom to fix TypeScript errors (#45)
Adds missing TypeScript type declarations for React and React-DOM as devDependencies. QA-approved by Regression Regina. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit was merged in pull request #45.
This commit is contained in:
committed by
GitHub
parent
daf0ebbff5
commit
c02efe5430
@@ -37,6 +37,8 @@
|
||||
"@testing-library/jest-dom": "^6.4.8",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"jsdom": "^24.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
|
||||
Reference in New Issue
Block a user