We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f8baa commit ed9469aCopy full SHA for ed9469a
packages/isomorphic-unfetch/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "isomorphic-unfetch",
3
- "version": "4.0.0",
+ "version": "4.0.1",
4
"description": "Switches between unfetch & node-fetch for client & server.",
5
"files": [
6
"index.js",
@@ -25,6 +25,6 @@
25
"types": "index.d.ts",
26
"dependencies": {
27
"node-fetch": "^3.2.0",
28
- "unfetch": "^4.2.0"
+ "unfetch": "^5.0.0"
29
}
30
0 commit comments