From d52071c139f488630f370002fb99f1f45226d88d Mon Sep 17 00:00:00 2001 From: Dimitri Kopriwa Date: Fri, 8 Feb 2019 03:20:15 +0700 Subject: [PATCH] fix(dependencies): switch to @yeutech-lab/isomorphic-fetch due to https://github.com/matthew-andrews/isomorphic-fetch/issues/181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a4d22e..1ff3c15 100644 --- a/package.json +++ b/package.json @@ -190,7 +190,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.1", - "@yeutech-lab/isomorphic-fetch": "^2.2.2", + "@yeutech-lab/isomorphic-fetch": "^2.2.1", "fetch-cookie": "^0.7.2", "fetch-mock": "^7.3.0", "jest-mock": "^24.0.0",