Remove unused package

This commit is contained in:
Ildar Kamalov 2019-02-20 16:10:32 +03:00
parent 89446fccd5
commit 8e7ceec1a1
3 changed files with 2 additions and 4 deletions

2
client/package-lock.json generated vendored
View File

@ -6160,7 +6160,7 @@
"dependencies": { "dependencies": {
"minimist": { "minimist": {
"version": "1.1.3", "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=", "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=",
"dev": true "dev": true
} }

3
client/package.json vendored
View File

@ -33,8 +33,7 @@
"redux-actions": "^2.4.0", "redux-actions": "^2.4.0",
"redux-form": "^7.4.2", "redux-form": "^7.4.2",
"redux-thunk": "^2.3.0", "redux-thunk": "^2.3.0",
"svg-url-loader": "^2.3.2", "svg-url-loader": "^2.3.2"
"whatwg-fetch": "2.0.3"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^8.6.3", "autoprefixer": "^8.6.3",

View File

@ -1,6 +1,5 @@
import React, { Component, Fragment } from 'react'; import React, { Component, Fragment } from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import 'whatwg-fetch';
import { Trans, withNamespaces } from 'react-i18next'; import { Trans, withNamespaces } from 'react-i18next';
import Statistics from './Statistics'; import Statistics from './Statistics';