From 78c25fbee1ed6030cc49e8a091aceb821277b23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Wed, 4 Oct 2017 12:29:09 +0200 Subject: [PATCH] build: Update fetch polyfill for integration tests to v2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12dfc2ab3624..6a43bac84d4c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "sinon": "^3.2.1", "through2": "^2.0.0", "typescript": "^1.8.10", - "whatwg-fetch": "^1.0.0" + "whatwg-fetch": "^2.0.3" }, "prettier": { "singleQuote": true,