maticzav / ink-table

📐A table component for Ink.
184 stars 32 forks source link

move @types/react to dependency #276

Open fa93hws opened 7 months ago

fa93hws commented 7 months ago

@types/react is used in the generated index.d.ts, it's better to put @types/react in dependencies instead of devDependencies as a consequence.

fa93hws commented 7 months ago

Actually, maybe "peer dependencies" would be better?