fetch icon indicating copy to clipboard operation
fetch copied to clipboard

Should the types be moved to dev dependencies?

Open giraffesyo opened this issue 4 years ago • 0 comments

If the package is used in a javascript project, a warning is thrown:

warning " > @vercel/[email protected]" has unmet peer dependency "@types/node-fetch@2".

If this was moved to dev dependencies, it would stop that error from showing up I believe. Also, we could probably move @types/async-retry down to dev dependencies too while we're at it.

Would there be any problems I'm not foreseeing if I made this change?

giraffesyo avatar Feb 06 '21 05:02 giraffesyo