Skip to content

Commit

Permalink
Merge pull request #60 from UnbFeelings/dependencies_check
Browse files Browse the repository at this point in the history
Remove unused dependency react-responsive
  • Loading branch information
fabio1079 authored Jun 12, 2018
2 parents 7b98a67 + 6d870d9 commit 8672772
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 56 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@
"jest": true
},
"rules": {
"react/sort-comp": "off",
"class-methods-use-this": "off",

"arrow-parens": "off",

"import/prefer-default-export": "off",

"react/prefer-stateless-function": "off",

"react/prop-types": "off",

"jsx-a11y/anchor-is-valid": "off",

"react/jsx-filename-extension": [
1,
{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-responsive": "^4.1.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.0"
},
Expand Down
30 changes: 0 additions & 30 deletions src/components/shared/DisplayOn.js

This file was deleted.

20 changes: 1 addition & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1953,10 +1953,6 @@ [email protected]:
postcss-value-parser "^3.3.0"
source-list-map "^2.0.0"

css-mediaquery@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/css-mediaquery/-/css-mediaquery-0.1.2.tgz#6a2c37344928618631c54bd33cedd301da18bea0"

css-select@^1.1.0, css-select@~1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858"
Expand Down Expand Up @@ -3741,7 +3737,7 @@ https-browserify@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"

hyphenate-style-name@^1.0.0, hyphenate-style-name@^1.0.2:
hyphenate-style-name@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz#31160a36930adaf1fc04c6074f7eb41465d4ec4b"

Expand Down Expand Up @@ -5299,12 +5295,6 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

matchmediaquery@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/matchmediaquery/-/matchmediaquery-0.2.1.tgz#223c7005793de03e47ce92b13285a72c44ada2cf"
dependencies:
css-mediaquery "^0.1.2"

math-expression-evaluator@^1.2.14:
version "1.2.17"
resolved "https://registry.yarnpkg.com/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz#de819fdbcd84dccd8fae59c6aeb79615b9d266ac"
Expand Down Expand Up @@ -6741,14 +6731,6 @@ react-redux@^5.0.7:
loose-envify "^1.1.0"
prop-types "^15.6.0"

react-responsive@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/react-responsive/-/react-responsive-4.1.0.tgz#01d129a35729c8f0373e79871cc8d5ecf6e22765"
dependencies:
hyphenate-style-name "^1.0.0"
matchmediaquery "^0.2.1"
prop-types "^15.6.1"

react-router-dom@^4.2.2:
version "4.3.1"
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-4.3.1.tgz#4c2619fc24c4fa87c9fd18f4fb4a43fe63fbd5c6"
Expand Down

0 comments on commit 8672772

Please sign in to comment.