Make WordPress Core

Changeset 57634 for trunk/package.json


Ignore:
Timestamp:
02/15/2024 02:47:33 PM (11 months ago)
Author:
desrosj
Message:

Build/Test Tools: Remove unnecessary direct dependencies.

This removes the @emotion/is-prop-valid, @emotion/memoize, and framer-motion packages as direct dependencies.

These were introduced in [56065], but do not appear to have been integrated into the build process. Instead, these are now installed as peer dependencies to the @wordpress/block-editor and @wordpress/components packages.

Props gziolo, huzaifaalmesbah.
See #59658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r57619 r57634  
    7979    },
    8080    "dependencies": {
    81         "@emotion/is-prop-valid": "0.8.8",
    82         "@emotion/memoize": "0.7.4",
    8381        "@wordpress/a11y": "3.51.0",
    8482        "@wordpress/annotations": "2.51.1",
     
    153151        "es-module-shims": "1.8.2",
    154152        "formdata-polyfill": "4.0.10",
    155         "framer-motion": "10.16.4",
    156153        "hoverintent": "2.2.1",
    157154        "imagesloaded": "5.0.0",
Note: See TracChangeset for help on using the changeset viewer.