From 8859715893cd2cc7d94993abbf02fc233bed9cc6 Mon Sep 17 00:00:00 2001 From: Ryan Paul Date: Thu, 16 Mar 2017 14:17:37 -0600 Subject: [PATCH] Removes unused lodash dependency from babel-helper-builder-react-jsx (#5486) --- packages/babel-helper-builder-react-jsx/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/babel-helper-builder-react-jsx/package.json b/packages/babel-helper-builder-react-jsx/package.json index 6fed8d9b0d..92fb33891d 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -8,7 +8,6 @@ "dependencies": { "babel-runtime": "^6.22.0", "babel-types": "^6.23.0", - "esutils": "^2.0.0", - "lodash": "^4.2.0" + "esutils": "^2.0.0" } }