Make WordPress Core

Changeset 57636


Ignore:
Timestamp:
02/15/2024 05:00:23 PM (3 years ago)
Author:
desrosj
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r57635 r57636  
    8484                                "hoverintent": "2.2.1",
    8585                                "imagesloaded": "5.0.0",
    86                                 "is-plain-object": "5.0.0",
    8786                                "jquery": "3.7.1",
    8887                                "jquery-color": "2.2.0",
     
    9291                                "lodash": "4.17.21",
    9392                                "masonry-layout": "4.2.2",
    94                                 "memize": "2.1.0",
    9593                                "moment": "2.29.4",
    9694                                "objectFitPolyfill": "2.3.5",
    97                                 "path-to-regexp": "6.2.1",
    9895                                "polyfill-library": "4.8.0",
    9996                                "react": "18.2.0",
     
    10198                                "react-is": "18.2.0",
    10299                                "regenerator-runtime": "0.14.0",
    103                                 "tslib": "2.6.2",
    104100                                "underscore": "1.13.6",
    105101                                "whatwg-fetch": "3.6.17",
  • trunk/package.json

    r57635 r57636  
    153153                "hoverintent": "2.2.1",
    154154                "imagesloaded": "5.0.0",
    155                 "is-plain-object": "5.0.0",
    156155                "jquery": "3.7.1",
    157156                "jquery-color": "2.2.0",
     
    161160                "lodash": "4.17.21",
    162161                "masonry-layout": "4.2.2",
    163                 "memize": "2.1.0",
    164162                "moment": "2.29.4",
    165163                "objectFitPolyfill": "2.3.5",
    166                 "path-to-regexp": "6.2.1",
    167164                "polyfill-library": "4.8.0",
    168165                "react": "18.2.0",
     
    170167                "react-is": "18.2.0",
    171168                "regenerator-runtime": "0.14.0",
    172                 "tslib": "2.6.2",
    173169                "underscore": "1.13.6",
    174170                "whatwg-fetch": "3.6.17",
Note: See TracChangeset for help on using the changeset viewer.