Make WordPress Core


Ignore:
Timestamp:
11/30/2018 09:58:24 AM (6 years ago)
Author:
youknowriad
Message:

Block Editor: Update @wordpress package dependencies.

Update packages:

  • @wordpress/block-library@2.2.8
  • @wordpress/components@7.0.3
  • @wordpress/edit-post@3.1.3
  • @wordpress/editor@9.0.3
  • @wordpress/format-library@1.2.6
  • @wordpress/list-reusable-blocks@1.1.16
  • @wordpress/nux@3.0.4

Other changes:

Fix a translator comment in edit-form-blocks.php.
Rename the gutenberg_ functions in blocks/latest-comments.php.

Props pento.
Fixes #45145.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/script-loader.php

    r43942 r43949  
    213213        'autop' => '2.0.2',
    214214        'blob' => '2.1.0',
    215         'block-library' => '2.2.7',
     215        'block-library' => '2.2.8',
    216216        'block-serialization-default-parser' => '2.0.0',
    217217        'blocks' => '6.0.2',
    218         'components' => '7.0.2',
     218        'components' => '7.0.3',
    219219        'compose' => '3.0.0',
    220220        'core-data' => '2.0.14',
     
    224224        'dom' => '2.0.7',
    225225        'dom-ready' => '2.0.2',
    226         'edit-post' => '3.1.2',
    227         'editor' => '9.0.2',
     226        'edit-post' => '3.1.3',
     227        'editor' => '9.0.3',
    228228        'element' => '2.1.8',
    229229        'escape-html' => '1.0.1',
    230         'format-library' => '1.2.5',
     230        'format-library' => '1.2.6',
    231231        'hooks' => '2.0.3',
    232232        'html-entities' => '2.0.3',
     
    234234        'is-shallow-equal' => '1.1.4',
    235235        'keycodes' => '2.0.5',
    236         'list-reusable-blocks' => '1.1.15',
     236        'list-reusable-blocks' => '1.1.16',
    237237        'notices' => '1.1.0',
    238         'nux' => '3.0.3',
     238        'nux' => '3.0.4',
    239239        'plugins' => '2.0.9',
    240240        'redux-routine' => '3.0.3',
     
    277277            'editor',
    278278            'lodash',
    279             'moment',
    280279            'wp-api-fetch',
    281280            'wp-autop',
Note: See TracChangeset for help on using the changeset viewer.