Skip to content

Commit

Permalink
update unfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Dec 31, 2022
1 parent e8f8baa commit ed9469a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/isomorphic-unfetch/package.json
@@ -1,6 +1,6 @@
{
"name": "isomorphic-unfetch",
"version": "4.0.0",
"version": "4.0.1",
"description": "Switches between unfetch & node-fetch for client & server.",
"files": [
"index.js",
Expand All @@ -25,6 +25,6 @@
"types": "index.d.ts",
"dependencies": {
"node-fetch": "^3.2.0",
"unfetch": "^4.2.0"
"unfetch": "^5.0.0"
}
}

0 comments on commit ed9469a

Please sign in to comment.