From 4e96a2da5e0061d4fde3902cf488fc4599f3e34a Mon Sep 17 00:00:00 2001 From: Ryan Paul Date: Thu, 16 Mar 2017 13:08:11 -0600 Subject: [PATCH] Removes unused lodash dep from babel-helper-builder-react-jsx (#5484) --- 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 312b5a63b1..67179905cb 100644 --- a/packages/babel-helper-builder-react-jsx/package.json +++ b/packages/babel-helper-builder-react-jsx/package.json @@ -7,7 +7,6 @@ "main": "lib/index.js", "dependencies": { "babel-types": "7.0.0-alpha.1", - "esutils": "^2.0.0", - "lodash": "^4.2.0" + "esutils": "^2.0.0" } }