Skip to content

Commit

Permalink
Move theme dependencies on lodash from devDependencies to dependencies (
Browse files Browse the repository at this point in the history
#3332)

* move theme deps from devDependencies

* Create eleven-sloths-laugh.md
  • Loading branch information
siddharthkp authored May 26, 2023
1 parent 60ebd51 commit ff8c685
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-sloths-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move `lodash.isempty` and `lodash.isobject` from `devDependencies` to `dependencies`
10 changes: 4 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
"focus-visible": "^5.2.0",
"fzy.js": "0.4.1",
"history": "^5.0.0",
"lodash.isempty": "4.4.0",
"lodash.isobject": "3.0.2",
"react-intersection-observer": "9.4.3",
"styled-system": "^5.1.5"
},
Expand Down Expand Up @@ -217,8 +219,6 @@
"jscodeshift": "0.14.0",
"lint-staged": "13.2.2",
"lodash.groupby": "4.6.0",
"lodash.isempty": "4.4.0",
"lodash.isobject": "3.0.2",
"lodash.keyby": "4.6.0",
"markdownlint-cli2": "^0.7.1",
"markdownlint-cli2-formatter-pretty": "0.0.3",
Expand Down

0 comments on commit ff8c685

Please sign in to comment.