Skip to content

Commit ed9469a

Browse files
committed
update unfetch
1 parent e8f8baa commit ed9469a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/isomorphic-unfetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isomorphic-unfetch",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Switches between unfetch & node-fetch for client & server.",
55
"files": [
66
"index.js",
@@ -25,6 +25,6 @@
2525
"types": "index.d.ts",
2626
"dependencies": {
2727
"node-fetch": "^3.2.0",
28-
"unfetch": "^4.2.0"
28+
"unfetch": "^5.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)