Make WordPress Core

Changeset 52105


Ignore:
Timestamp:
11/10/2021 01:36:58 PM (3 years ago)
Author:
desrosj
Message:

Script Loader: Sync default package script versions in 5.2 branch.

Follow up to [47946], [50074] and [51756].

Fixes #54413.

File:
1 edited

Legend:

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

    r51756 r52105  
    226226    $packages_versions = array(
    227227        'a11y'                               => '2.2.0',
    228         'annotations'                        => '1.2.3',
     228        'annotations'                        => '1.2.6',
    229229        'api-fetch'                          => '3.1.2',
    230         'autop'                              => '2.0.0',
     230        'autop'                              => '2.2.0',
    231231        'blob'                               => '2.3.0',
    232         'block-editor'                       => '2.0.3',
    233         'block-library'                      => '2.4.6',
     232        'block-editor'                       => '2.0.6',
     233        'block-library'                      => '2.4.12',
    234234        'block-serialization-default-parser' => '3.1.0',
    235         'blocks'                             => '6.2.5',
    236         'components'                         => '7.3.2',
     235        'blocks'                             => '6.2.8',
     236        'components'                         => '7.3.5',
    237237        'compose'                            => '3.2.0',
    238238        'core-data'                          => '2.2.2',
     
    240240        'date'                               => '3.2.0',
    241241        'deprecated'                         => '2.2.0',
    242         'dom'                                => '2.2.5',
     242        'dom'                                => '2.2.8',
    243243        'dom-ready'                          => '2.2.0',
    244         'edit-post'                          => '3.3.6',
    245         'editor'                             => '9.2.6',
     244        'edit-post'                          => '3.3.12',
     245        'editor'                             => '9.2.9',
    246246        'element'                            => '2.3.0',
    247247        'escape-html'                        => '1.2.0',
    248         'format-library'                     => '1.4.6',
     248        'format-library'                     => '1.4.9',
    249249        'hooks'                              => '2.2.0',
    250250        'html-entities'                      => '2.2.0',
     
    252252        'is-shallow-equal'                   => '1.2.0',
    253253        'keycodes'                           => '2.2.0',
    254         'list-reusable-blocks'               => '1.3.5',
     254        'list-reusable-blocks'               => '1.3.8',
    255255        'notices'                            => '1.3.0',
    256         'nux'                                => '3.2.5',
     256        'nux'                                => '3.2.8',
    257257        'plugins'                            => '2.2.0',
    258258        'priority-queue'                     => '1.1.0',
    259259        'redux-routine'                      => '3.2.0',
    260         'rich-text'                          => '3.2.3',
     260        'rich-text'                          => '3.2.6',
    261261        'shortcode'                          => '2.2.0',
    262262        'token-list'                         => '1.2.0',
Note: See TracChangeset for help on using the changeset viewer.