Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

fix(dependencies): remove unused, move some to dev#51

Merged
levithomason merged 2 commits intomasterfrom
chore/fix-deps
Aug 7, 2018
Merged

fix(dependencies): remove unused, move some to dev#51
levithomason merged 2 commits intomasterfrom
chore/fix-deps

Conversation

@levithomason
Copy link
Member

@levithomason levithomason commented Aug 7, 2018

We currently have an unused dependency in our package.json and a couple dependencies that are actually devDependencies.

"fela-plugin-placeholder-prefixer": "^5.0.18",
"fela-plugin-prefixer": "^5.0.18",
"fela-plugin-rtl": "^1.0.6",
"hoist-non-react-statics": "^2.5.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used.

@codecov
Copy link

codecov bot commented Aug 7, 2018

Codecov Report

Merging #51 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   87.37%   87.37%           
=======================================
  Files          74       74           
  Lines        1125     1125           
  Branches      200      200           
=======================================
  Hits          983      983           
  Misses        138      138           
  Partials        4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b43139...99ca5a6. Read the comment docs.

},
"dependencies": {
"classnames": "^2.2.5",
"fbjs": "^0.8.16",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only used in docs. dependencies should only include deps used in src. All others are only needed for our builds and are therefore devDependencies.

"hoist-non-react-statics": "^2.5.0",
"keyboard-key": "^1.0.1",
"lodash": "^4.17.10",
"normalize.css": "^8.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only used to create teams theme, which includes a stringified version of this module.

@levithomason levithomason merged commit c46c518 into master Aug 7, 2018
@levithomason levithomason deleted the chore/fix-deps branch August 7, 2018 04:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant