From 5072772c96b901de05e90daf8746e94a979fe396 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 15 Feb 2024 17:00:23 +0000 Subject: [PATCH] Build/Test Tools: Remove more unnecessary direct dependencies. This removes the `is-plain-object`, `memize`, `path-to-regexp`, and `tslib`. These were also introduced in [56065] and have been integrated into the build process. Instead, these are now installed as peer dependencies through the `@/wordpress/*` packages that actually require them. Follow up to [57634]. Props swissspidy. See #59658. git-svn-id: https://develop.svn.wordpress.org/trunk@57636 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 4 ---- package.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 748850d763de6..3392e1fe6d744 100644 --- a/package-lock.json +++ b/package-lock.json @@ -83,7 +83,6 @@ "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", "imagesloaded": "5.0.0", - "is-plain-object": "5.0.0", "jquery": "3.7.1", "jquery-color": "2.2.0", "jquery-form": "4.3.0", @@ -91,16 +90,13 @@ "json2php": "^0.0.7", "lodash": "4.17.21", "masonry-layout": "4.2.2", - "memize": "2.1.0", "moment": "2.29.4", "objectFitPolyfill": "2.3.5", - "path-to-regexp": "6.2.1", "polyfill-library": "4.8.0", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0", "regenerator-runtime": "0.14.0", - "tslib": "2.6.2", "underscore": "1.13.6", "whatwg-fetch": "3.6.17", "wicg-inert": "3.1.2" diff --git a/package.json b/package.json index 7565b353fe948..59de5925e49ba 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,6 @@ "formdata-polyfill": "4.0.10", "hoverintent": "2.2.1", "imagesloaded": "5.0.0", - "is-plain-object": "5.0.0", "jquery": "3.7.1", "jquery-color": "2.2.0", "jquery-form": "4.3.0", @@ -160,16 +159,13 @@ "json2php": "^0.0.7", "lodash": "4.17.21", "masonry-layout": "4.2.2", - "memize": "2.1.0", "moment": "2.29.4", "objectFitPolyfill": "2.3.5", - "path-to-regexp": "6.2.1", "polyfill-library": "4.8.0", "react": "18.2.0", "react-dom": "18.2.0", "react-is": "18.2.0", "regenerator-runtime": "0.14.0", - "tslib": "2.6.2", "underscore": "1.13.6", "whatwg-fetch": "3.6.17", "wicg-inert": "3.1.2"