fix(executor): add missing @types/react dependency

This commit is contained in:
Ajax Davis 2026-01-09 01:54:18 +10:00
parent 3cd65587c5
commit e2153120f9

View file

@ -14,6 +14,7 @@
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"typescript": "^5.6.0"
}
}