Make WordPress Core


Ignore:
Timestamp:
09/21/2021 04:48:03 PM (4 years ago)
Author:
desrosj
Message:

Block Editor: Additional package updates.

File:
1 edited

Legend:

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

    r51758 r51833  
    225225
    226226    $packages_versions = array(
    227         'api-fetch' => '2.2.7',
     227        'api-fetch' => '2.2.8',
    228228        'a11y' => '2.0.2',
    229         'annotations' => '1.0.5',
     229        'annotations' => '1.0.10',
    230230        'autop' => '2.0.2',
    231231        'blob' => '2.1.0',
    232         'block-library' => '2.2.17',
    233         'block-serialization-default-parser' => '2.0.3',
    234         'blocks' => '6.0.5',
    235         'components' => '7.0.5',
    236         'compose' => '3.0.0',
    237         'core-data' => '2.0.16',
    238         'data' => '4.2.0',
     232        'block-library' => '2.2.20',
     233        'block-serialization-default-parser' => '2.0.5',
     234        'blocks' => '6.0.8',
     235        'components' => '7.0.10',
     236        'compose' => '3.0.1',
     237        'core-data' => '2.0.17',
     238        'data' => '4.2.1',
    239239        'date' => '3.0.1',
    240         'deprecated' => '2.0.4',
    241         'dom' => '2.0.8',
     240        'deprecated' => '2.0.5',
     241        'dom' => '2.0.9',
    242242        'dom-ready' => '2.0.2',
    243         'edit-post' => '3.1.7',
    244         'editor' => '9.0.7',
    245         'element' => '2.1.8',
     243        'edit-post' => '3.1.13',
     244        'editor' => '9.0.13',
     245        'element' => '2.1.9',
    246246        'escape-html' => '1.0.1',
    247         'format-library' => '1.2.10',
    248         'hooks' => '2.0.4',
     247        'format-library' => '1.2.16',
     248        'hooks' => '2.0.5',
    249249        'html-entities' => '2.0.4',
    250         'i18n' => '3.1.0',
    251         'is-shallow-equal' => '1.1.4',
    252         'keycodes' => '2.0.5',
    253         'list-reusable-blocks' => '1.1.18',
    254         'notices' => '1.1.2',
    255         'nux' => '3.0.6',
    256         'plugins' => '2.0.10',
    257         'redux-routine' => '3.0.3',
    258         'rich-text' => '3.0.4',
     250        'i18n' => '3.1.1',
     251        'is-shallow-equal' => '1.1.5',
     252        'keycodes' => '2.0.6',
     253        'list-reusable-blocks' => '1.1.23',
     254        'notices' => '1.1.3',
     255        'nux' => '3.0.11',
     256        'plugins' => '2.0.11',
     257        'redux-routine' => '3.0.4',
     258        'rich-text' => '3.0.9',
    259259        'shortcode' => '2.0.2',
    260260        'token-list' => '1.1.0',
    261261        'url' => '2.3.3',
    262         'viewport' => '2.1.0',
     262        'viewport' => '2.1.1',
    263263        'wordcount' => '2.0.3',
    264264    );
Note: See TracChangeset for help on using the changeset viewer.