From 627aa54fc15cf19abca512456932432e7914daf7 Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Tue, 24 Aug 2021 15:48:40 -0400 Subject: [PATCH] fix: add lodash as production dep closes #107 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 133f4558d..cdf665845 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",