Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#58804 fix(node-fetch): restore form-data d…
Browse files Browse the repository at this point in the history
…ependency to ^3.0.0 by @peterblazejewicz

* fix(node-fetch): swap dependency to @types/form-data

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!

* Update types/node-fetch/package.json

* Update types/node-fetch/package.json

* Update types/node-fetch/package.json

Co-authored-by: David Glasser <glasser@apollographql.com>

Co-authored-by: David Glasser <glasser@apollographql.com>
  • Loading branch information
2 people authored and Martin Badin committed Feb 23, 2022
1 parent 58ea986 commit 64f7c52
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"
"form-data": "^3.0.0"
}
}

0 comments on commit 64f7c52

Please sign in to comment.