Add @types/react to devDependencies (#498)

* Add @types/react to devDependencies

Declare the React type declarations explicitly so TypeScript builds are
deterministic in CI and do not depend on optional peer auto-install behavior.

* Update to 19.2.0
This commit is contained in:
Neil Mehta
2026-03-09 15:12:48 -04:00
committed by GitHub
parent 6c39cb8196
commit 8562f17e9a

View File

@@ -43,6 +43,7 @@
"devDependencies": {
"@types/columnify": "^1.5.4",
"@types/node": "^20.12.5",
"@types/react": "^19.2.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",