From 84aa774451a2f65da54e92fbd7c0e7204b53c7be Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Tue, 5 Sep 2023 13:45:21 +0100 Subject: [PATCH] Remove unused package `glob` is no longer used since we switch to the formatjs CLI for message extraction instead of the custom script we used before. --- package-lock.json | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6b778426..57a5d2bc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,6 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.13", - "glob": "^10.3.3", "history": "^5.3.0", "jsdom": "^22.1.0", "lodash.difference": "^4.5.0", diff --git a/package.json b/package.json index 52d7f1ba3..f43600250 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.13", - "glob": "^10.3.3", "history": "^5.3.0", "jsdom": "^22.1.0", "lodash.difference": "^4.5.0",