Skip to content

Commit

Permalink
remove unnecessary dependencies (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
adammockor committed Apr 12, 2020
1 parent 7ec3398 commit 46992a8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 87 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-ties-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@lighting-beetle/lighter-styleguide': patch
---

remove unnecessary dependencies
97 changes: 14 additions & 83 deletions packages/styleguide/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions packages/styleguide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"chroma-js": "~2.0.2",
"classnames": "~2.2.5",
"common-tags": "~1.8.0",
"core-js": "~2.6.0",
"firacode": "~1.205.0",
"fuzzyjs": "~4.0.3",
"polished": "~3.4.3",
Expand All @@ -38,8 +37,7 @@
"react-select": "~3.0.8",
"styled-components": "~4.1.2",
"svg4everybody": "~2.1.9",
"unescape-html": "~1.1.0",
"weakmap-polyfill": "~2.0.0"
"unescape-html": "~1.1.0"
},
"scripts": {
"precommit": "lint-staged",
Expand All @@ -58,7 +56,6 @@
"@lighting-beetle/lighter-react-scripts": "^3.7.0",
"@testing-library/jest-dom": "~5.0.0",
"@testing-library/react": "~9.4.0",
"babel-plugin-react-docgen": "~2.0.0",
"husky": "~1.3.1",
"lint-staged": "~8.1.0",
"prettier": "~1.15.3",
Expand Down

0 comments on commit 46992a8

Please sign in to comment.