Skip to content

Commit

Permalink
fix(node-fetch): swap dependency to @types/form-data
Browse files Browse the repository at this point in the history
v2.6 depends on v2.3 of `form-data`. That verison of `form-data` is not
TS native, requires different dependency

DefinitelyTyped#58693 (comment)

/cc @glasser @distracteddev

Thanks!
  • Loading branch information
peterblazejewicz committed Feb 15, 2022
1 parent 45c3e64 commit 0a77099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"form-data": "^2.3.3"
"@types/form-data": "^2.3.3"
}
}

0 comments on commit 0a77099

Please sign in to comment.