From 333f34386d6111a1d3c8853c19e4cbd09e847c05 Mon Sep 17 00:00:00 2001 From: headphonejames Date: Thu, 23 Mar 2023 19:16:56 -0700 Subject: [PATCH] Remove lodash library Signed-off-by: headphonejames --- plugins/catalog-react/package.json | 1 - yarn.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json index 166da09118..60212ecd5e 100644 --- a/plugins/catalog-react/package.json +++ b/plugins/catalog-react/package.json @@ -62,7 +62,6 @@ "@material-ui/lab": "4.0.0-alpha.61", "classnames": "^2.2.6", "jwt-decode": "^3.1.0", - "lodash": "^4.17.21", "material-ui-popup-state": "^1.9.3", "qs": "^6.9.4", "react-use": "^17.2.4", diff --git a/yarn.lock b/yarn.lock index 4d2b33b122..fc8d9824a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5509,7 +5509,6 @@ __metadata: classnames: ^2.2.6 cross-fetch: ^3.1.5 jwt-decode: ^3.1.0 - lodash: ^4.17.21 material-ui-popup-state: ^1.9.3 qs: ^6.9.4 react-test-renderer: ^16.13.1