Skip to content

Commit

Permalink
fix(deps): move lodash to dependencies (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirintw committed Oct 8, 2020
1 parent ff7adfa commit 81c8098
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 3 deletions.
93 changes: 91 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"jest-diff": "^25.5.0",
"lodash": "^4.17.20",
"replace-in-file": "^5.0.2"
},
"devDependencies": {
Expand All @@ -49,7 +50,6 @@
"fs-extra": "^9.0.1",
"jest": "^26.4.2",
"jest-circus": "^26.4.2",
"lodash": "^4.17.15",
"prettier": "^1.19.1",
"tmp": "^0.2.1",
"ts-jest": "^26.4.0",
Expand Down

0 comments on commit 81c8098

Please sign in to comment.