Skip to content

Commit

Permalink
fix: add lodash as production dep
Browse files Browse the repository at this point in the history
closes #107
  • Loading branch information
jasonkuhrt committed Aug 24, 2021
1 parent 74da7c2 commit 627aa54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@
"graphql-tag": "^2.12.5",
"jest": "27.0.6",
"jest-watch-typeahead": "0.6.4",
"lodash": "^4.17.21",
"markdown-toc": "^1.2.0",
"nexus": "^1.1.0",
"prisma": "2.27.0",
"nodemon": "^2.0.12",
"prettier": "2.3.2",
"prisma": "2.27.0",
"strip-ansi": "^6",
"ts-jest": "27.0.4",
"ts-node": "^10.1.0",
Expand All @@ -98,6 +97,7 @@
"fs-jetpack": "^4.1.0",
"graphql-scalars": "^1.10.0",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"ono": "^7.1.3",
"pkg-up": "^3.1.0",
"pluralize": "^8.0.0",
Expand Down

0 comments on commit 627aa54

Please sign in to comment.