Skip to content

Commit

Permalink
Update to latest version of @remix-run/web-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Sep 18, 2023
1 parent 19d66ed commit 6e13df3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/bump-web-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/node": patch
---

Update to latest version of `@remix-run/web-fetch`
2 changes: 1 addition & 1 deletion packages/remix-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"@remix-run/server-runtime": "2.0.0",
"@remix-run/web-fetch": "^4.4.0",
"@remix-run/web-fetch": "^4.4.1",
"@remix-run/web-file": "^3.1.0",
"@remix-run/web-stream": "^1.1.0",
"@web3-storage/multipart-parser": "^1.0.0",
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2166,11 +2166,12 @@
"@remix-run/web-stream" "^1.1.0"
web-encoding "1.1.5"

"@remix-run/web-fetch@^4.4.0":
version "4.4.0"
resolved "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.0.tgz#23919c0f5a6649d133c42e72f2ca08dad18693c1"
integrity sha512-j6vswnGteHd3N5Y2lb5sRKP+NxChVCd1goXRDAanTMFfgxsCV/1ItlJFY8G/F4AESkDydcZ6tz6gAsttkGDiMA==
"@remix-run/web-fetch@^4.4.1":
version "4.4.1"
resolved "https://registry.npmjs.org/@remix-run/web-fetch/-/web-fetch-4.4.1.tgz#1ea34e6f1c660a52e7582007917a552f0efdc58b"
integrity sha512-xMceEGn2kvfeWS91nHSOhEQHPGgjFnmDVpWFZrbWPVdiTByMZIn421/tdSF6Kd1RsNsY+5Iwt3JFEKZHAcMQHw==
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 6e13df3

Please sign in to comment.