silverwind / updates

Flexible npm and poetry dependency update tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It seems `undici` should be in `dependencies` instead of `devDependencies`

zloirock opened this issue · comments

Ah, you are right, fetch-enhanced has it as peerDependency just to access the ProxyAgent that Node does not export yet, so it's meant to be carried as dependency. I'll move it.

Fixed by reverting to node-fetch. undici is a too big of dependency to carry right now.

Followup issue: #70