Script Loader: Sync default package script versions in 5.2 branch.
Follow up to [47946], [50074] and [51756]. Fixes #54413. Built from https://develop.svn.wordpress.org/branches/5.2@52105 git-svn-id: http://core.svn.wordpress.org/branches/5.2@51697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2c03ecf9b1
commit
432a1065cd
|
@ -225,39 +225,39 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||||
|
|
||||||
$packages_versions = array(
|
$packages_versions = array(
|
||||||
'a11y' => '2.2.0',
|
'a11y' => '2.2.0',
|
||||||
'annotations' => '1.2.3',
|
'annotations' => '1.2.6',
|
||||||
'api-fetch' => '3.1.2',
|
'api-fetch' => '3.1.2',
|
||||||
'autop' => '2.0.0',
|
'autop' => '2.2.0',
|
||||||
'blob' => '2.3.0',
|
'blob' => '2.3.0',
|
||||||
'block-editor' => '2.0.3',
|
'block-editor' => '2.0.6',
|
||||||
'block-library' => '2.4.6',
|
'block-library' => '2.4.12',
|
||||||
'block-serialization-default-parser' => '3.1.0',
|
'block-serialization-default-parser' => '3.1.0',
|
||||||
'blocks' => '6.2.5',
|
'blocks' => '6.2.8',
|
||||||
'components' => '7.3.2',
|
'components' => '7.3.5',
|
||||||
'compose' => '3.2.0',
|
'compose' => '3.2.0',
|
||||||
'core-data' => '2.2.2',
|
'core-data' => '2.2.2',
|
||||||
'data' => '4.4.0',
|
'data' => '4.4.0',
|
||||||
'date' => '3.2.0',
|
'date' => '3.2.0',
|
||||||
'deprecated' => '2.2.0',
|
'deprecated' => '2.2.0',
|
||||||
'dom' => '2.2.5',
|
'dom' => '2.2.8',
|
||||||
'dom-ready' => '2.2.0',
|
'dom-ready' => '2.2.0',
|
||||||
'edit-post' => '3.3.6',
|
'edit-post' => '3.3.12',
|
||||||
'editor' => '9.2.6',
|
'editor' => '9.2.9',
|
||||||
'element' => '2.3.0',
|
'element' => '2.3.0',
|
||||||
'escape-html' => '1.2.0',
|
'escape-html' => '1.2.0',
|
||||||
'format-library' => '1.4.6',
|
'format-library' => '1.4.9',
|
||||||
'hooks' => '2.2.0',
|
'hooks' => '2.2.0',
|
||||||
'html-entities' => '2.2.0',
|
'html-entities' => '2.2.0',
|
||||||
'i18n' => '3.3.0',
|
'i18n' => '3.3.0',
|
||||||
'is-shallow-equal' => '1.2.0',
|
'is-shallow-equal' => '1.2.0',
|
||||||
'keycodes' => '2.2.0',
|
'keycodes' => '2.2.0',
|
||||||
'list-reusable-blocks' => '1.3.5',
|
'list-reusable-blocks' => '1.3.8',
|
||||||
'notices' => '1.3.0',
|
'notices' => '1.3.0',
|
||||||
'nux' => '3.2.5',
|
'nux' => '3.2.8',
|
||||||
'plugins' => '2.2.0',
|
'plugins' => '2.2.0',
|
||||||
'priority-queue' => '1.1.0',
|
'priority-queue' => '1.1.0',
|
||||||
'redux-routine' => '3.2.0',
|
'redux-routine' => '3.2.0',
|
||||||
'rich-text' => '3.2.3',
|
'rich-text' => '3.2.6',
|
||||||
'shortcode' => '2.2.0',
|
'shortcode' => '2.2.0',
|
||||||
'token-list' => '1.2.0',
|
'token-list' => '1.2.0',
|
||||||
'url' => '2.5.0',
|
'url' => '2.5.0',
|
||||||
|
|
Loading…
Reference in New Issue