Block Editor: Upgrade WordPress packages to the latest versions.

Updated packages:

 - @wordpress/annotations@1.2.3
 - @wordpress/block-editor@2.0.2
 - @wordpress/block-library@2.4.5
 - @wordpress/blocks@6.2.5
 - @wordpress/components@7.3.2
 - @wordpress/dom@2.2.5
 - @wordpress/e2e-tests@1.1.5
 - @wordpress/edit-post@3.3.5
 - @wordpress/editor@9.2.5
 - @wordpress/format-library@1.4.5
 - @wordpress/list-reusable-blocks@1.3.5
 - @wordpress/nux@3.2.5
 - @wordpress/rich-text@3.2.3

Props: youknowriad, gwwar, iseulde, tfrommen, gziolo.

Fixes #47284.


git-svn-id: https://develop.svn.wordpress.org/trunk@45319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Duthie
2019-05-16 18:06:27 +00:00
parent d2e3a1f1a0
commit 9848fad564
3 changed files with 92 additions and 92 deletions

View File

@@ -225,39 +225,39 @@ function wp_default_packages_scripts( &$scripts ) {
$packages_versions = array(
'a11y' => '2.2.0',
'annotations' => '1.2.2',
'annotations' => '1.2.3',
'api-fetch' => '3.1.2',
'autop' => '2.0.0',
'blob' => '2.3.0',
'block-editor' => '2.0.1',
'block-library' => '2.4.4',
'block-editor' => '2.0.2',
'block-library' => '2.4.5',
'block-serialization-default-parser' => '3.1.0',
'blocks' => '6.2.4',
'components' => '7.3.1',
'blocks' => '6.2.5',
'components' => '7.3.2',
'compose' => '3.2.0',
'core-data' => '2.2.2',
'data' => '4.4.0',
'date' => '3.2.0',
'deprecated' => '2.2.0',
'dom' => '2.2.4',
'dom' => '2.2.5',
'dom-ready' => '2.2.0',
'edit-post' => '3.3.4',
'editor' => '9.2.4',
'edit-post' => '3.3.5',
'editor' => '9.2.5',
'element' => '2.3.0',
'escape-html' => '1.2.0',
'format-library' => '1.4.4',
'format-library' => '1.4.5',
'hooks' => '2.2.0',
'html-entities' => '2.2.0',
'i18n' => '3.3.0',
'is-shallow-equal' => '1.2.0',
'keycodes' => '2.2.0',
'list-reusable-blocks' => '1.3.4',
'list-reusable-blocks' => '1.3.5',
'notices' => '1.3.0',
'nux' => '3.2.4',
'nux' => '3.2.5',
'plugins' => '2.2.0',
'priority-queue' => '1.1.0',
'redux-routine' => '3.2.0',
'rich-text' => '3.2.2',
'rich-text' => '3.2.3',
'shortcode' => '2.2.0',
'token-list' => '1.2.0',
'url' => '2.5.0',