Skip to content

Move node-fetch types to dev dependencies#489

Closed
rowanu wants to merge 1 commit intomakenotion:mainfrom
rowanu:main
Closed

Move node-fetch types to dev dependencies#489
rowanu wants to merge 1 commit intomakenotion:mainfrom
rowanu:main

Conversation

@rowanu
Copy link

@rowanu rowanu commented Feb 6, 2024

Currently @types/node-fetch is included in dependencies which is bloating production builds with types:

"@types/node-fetch": "^2.5.10",

Types aren't used in production, so this makes no functional difference, this PR just moves it in to devDependencies like the other @types/... dependencies.

@CLAassistant
Copy link

CLAassistant commented Feb 6, 2024

CLA assistant check
All committers have signed the CLA.

@ksinder
Copy link
Contributor

ksinder commented May 3, 2025

Nice, thanks! This is already included as part of #506 so I'll close this out, but let me know if there's anything remaining to dig into here.

@ksinder ksinder closed this May 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants