From 8e7ceec1a133b6318c8bacadfad6cc3bb7c4499a Mon Sep 17 00:00:00 2001
From: Ildar Kamalov <i.kamalov@adguard.com>
Date: Wed, 20 Feb 2019 16:10:32 +0300
Subject: [PATCH] Remove unused package

---
 client/package-lock.json                 | 2 +-
 client/package.json                      | 3 +--
 client/src/components/Dashboard/index.js | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/client/package-lock.json b/client/package-lock.json
index 5ce9329b..7a93cbc1 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -6160,7 +6160,7 @@
       "dependencies": {
         "minimist": {
           "version": "1.1.3",
-          "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
+          "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz",
           "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
           "dev": true
         }
diff --git a/client/package.json b/client/package.json
index 0ec26a9c..9b000c61 100644
--- a/client/package.json
+++ b/client/package.json
@@ -33,8 +33,7 @@
     "redux-actions": "^2.4.0",
     "redux-form": "^7.4.2",
     "redux-thunk": "^2.3.0",
-    "svg-url-loader": "^2.3.2",
-    "whatwg-fetch": "2.0.3"
+    "svg-url-loader": "^2.3.2"
   },
   "devDependencies": {
     "autoprefixer": "^8.6.3",
diff --git a/client/src/components/Dashboard/index.js b/client/src/components/Dashboard/index.js
index 2016b16f..dbd9901c 100644
--- a/client/src/components/Dashboard/index.js
+++ b/client/src/components/Dashboard/index.js
@@ -1,6 +1,5 @@
 import React, { Component, Fragment } from 'react';
 import PropTypes from 'prop-types';
-import 'whatwg-fetch';
 import { Trans, withNamespaces } from 'react-i18next';
 
 import Statistics from './Statistics';