Make WordPress Core

Changeset 55079 for trunk/package.json


Ignore:
Timestamp:
01/16/2023 07:57:29 PM (3 years ago)
Author:
flixos90
Message:

Editor: Update packages to unblock lazy-loading issues.

Fixing the issue that featured images are always lazy-loaded in block themes required an upstream Gutenberg change https://github.com/WordPress/gutenberg/pull/45534. This changeset updates packages in order to unblock the remainder of the fix in trunk.

Props mamaduka.
See #56930.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55012 r55079  
    8282        "@wordpress/autop": "3.17.1",
    8383        "@wordpress/blob": "3.17.1",
    84         "@wordpress/block-directory": "3.15.11",
     84        "@wordpress/block-directory": "3.15.12",
    8585        "@wordpress/block-editor": "10.0.10",
    86         "@wordpress/block-library": "7.14.11",
     86        "@wordpress/block-library": "7.14.12",
    8787        "@wordpress/block-serialization-default-parser": "4.17.1",
    8888        "@wordpress/blocks": "11.16.4",
     
    9090        "@wordpress/compose": "5.15.2",
    9191        "@wordpress/core-data": "5.0.4",
    92         "@wordpress/customize-widgets": "3.14.11",
     92        "@wordpress/customize-widgets": "3.14.12",
    9393        "@wordpress/data": "7.1.3",
    9494        "@wordpress/data-controls": "2.17.3",
     
    9797        "@wordpress/dom": "3.17.2",
    9898        "@wordpress/dom-ready": "3.17.1",
    99         "@wordpress/edit-post": "6.14.11",
    100         "@wordpress/edit-site": "4.14.13",
    101         "@wordpress/edit-widgets": "4.14.11",
     99        "@wordpress/edit-post": "6.14.12",
     100        "@wordpress/edit-site": "4.14.14",
     101        "@wordpress/edit-widgets": "4.14.12",
    102102        "@wordpress/editor": "12.16.10",
    103103        "@wordpress/element": "4.15.1",
Note: See TracChangeset for help on using the changeset viewer.