Skip to content

Commit 960a258

Browse files
author
Alan Shaw
authored
fix: add missing dep @web-std/form-data (#18)
1 parent d4f26be commit 960a258

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

fetch/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@web-std/blob": "^2.1.0",
76+
"@web-std/form-data": "^2.1.0",
7677
"data-uri-to-buffer": "^3.0.1",
7778
"web-streams-polyfill": "^3.1.1",
7879
"@ssttevee/multipart-parser": "^0.1.9"

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4829,6 +4829,7 @@ readable-stream@^2.0.2, readable-stream@^2.3.3, readable-stream@^2.3.6:
48294829

48304830
readable-stream@^3.4.0, readable-stream@^3.6.0, "readable-stream@https://registry.npmjs.org/@leichtgewicht/readable-stream/-/readable-stream-3.6.0.tgz":
48314831
version "3.6.0"
4832+
uid "25682c94346526abc8c8b1ece125b52a7247bb2e"
48324833
resolved "https://registry.npmjs.org/@leichtgewicht/readable-stream/-/readable-stream-3.6.0.tgz#25682c94346526abc8c8b1ece125b52a7247bb2e"
48334834
dependencies:
48344835
browser-util-inspect "^0.2.0"
@@ -5580,6 +5581,7 @@ text-table@^0.2.0:
55805581

55815582
"through2@https://registry.npmjs.org/@leichtgewicht/through2/-/through2-4.0.2.tgz":
55825583
version "4.0.2"
5584+
uid ea39512757acd2dab1be4ff1eeb1e43708aa7333
55835585
resolved "https://registry.npmjs.org/@leichtgewicht/through2/-/through2-4.0.2.tgz#ea39512757acd2dab1be4ff1eeb1e43708aa7333"
55845586
dependencies:
55855587
readable-stream "https://registry.npmjs.org/@leichtgewicht/readable-stream/-/readable-stream-3.6.0.tgz"

0 commit comments

Comments
 (0)