ua-parser-js icon indicating copy to clipboard operation
ua-parser-js copied to clipboard

chore: move node-fetch to devDeps

Open undefined-moe opened this issue 8 months ago • 0 comments
trafficstars

Prerequisites

Type of Change

Moved node-fetch to depDeps

Description

node-fetch is only used in tests, it should be safe to be moved into devDeps.

The typings file imported Headers type from node-fetch so @types/node-fetch was kept as dependency.

undefined-moe avatar Mar 23 '25 02:03 undefined-moe