Skip to content

Commit

Permalink
fix: correct lodash dep
Browse files Browse the repository at this point in the history
closes #182
  • Loading branch information
scttcper committed Sep 4, 2020
1 parent e6c495e commit 2892937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"dependencies": {
"@types/koa": "^2.11.4",
"handlebars": "^4.7.6",
"lodash.defaultsdeep": "^4.6.1",
"lodash": "^4.17.20",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
"@ctrl/eslint-config": "1.1.0",
"@jest/globals": "26.4.2",
"@types/koa-router": "7.4.1",
"@types/lodash.defaultsdeep": "4.6.6",
"@types/node": "14.6.2",
"@types/lodash": "4.14.161",
"@types/node": "14.6.4",
"@types/supertest": "2.0.10",
"del-cli": "3.0.1",
"jest": "26.4.2",
Expand Down

0 comments on commit 2892937

Please sign in to comment.