Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (12 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/require-dynamic-blocks.php

    r57034 r58187  
    2929require_once ABSPATH . WPINC . '/blocks/latest-comments.php';
    3030require_once ABSPATH . WPINC . '/blocks/latest-posts.php';
     31require_once ABSPATH . WPINC . '/blocks/list.php';
    3132require_once ABSPATH . WPINC . '/blocks/loginout.php';
     33require_once ABSPATH . WPINC . '/blocks/media-text.php';
    3234require_once ABSPATH . WPINC . '/blocks/navigation.php';
    3335require_once ABSPATH . WPINC . '/blocks/navigation-link.php';
Note: See TracChangeset for help on using the changeset viewer.