We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e841853 commit 15868efCopy full SHA for 15868ef
.changeset/add-blob-dependency.md
@@ -0,0 +1,5 @@
1
+---
2
+"@remix-run/web-fetch": patch
3
4
+
5
+Add missing `@remix-run/web-blob` dependency to `@remix-run/web-fetch`
packages/fetch/package.json
@@ -99,6 +99,7 @@
99
"xo": "^0.33.1"
100
},
101
"dependencies": {
102
+ "@remix-run/web-blob": "^3.1.0",
103
"@remix-run/web-file": "^3.1.0",
104
"@remix-run/web-form-data": "^3.1.0",
105
"@remix-run/web-stream": "^1.1.0",
0 commit comments