Skip to content

Commit

Permalink
Add web-blob dependency to web-fetch (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Sep 18, 2023
1 parent e841853 commit 15868ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/add-blob-dependency.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/web-fetch": patch
---

Add missing `@remix-run/web-blob` dependency to `@remix-run/web-fetch`
1 change: 1 addition & 0 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"xo": "^0.33.1"
},
"dependencies": {
"@remix-run/web-blob": "^3.1.0",
"@remix-run/web-file": "^3.1.0",
"@remix-run/web-form-data": "^3.1.0",
"@remix-run/web-stream": "^1.1.0",
Expand Down

0 comments on commit 15868ef

Please sign in to comment.