Block Editor: Update packages to bring a selection of bugfixes in.

Props iseulde, kjellr, aduth, 0mirka00, mcsf, nosolosw, gziolo, jasmussen, talldanwp, notnownikki, swissspidy, jorgefilipecosta, noisysocks.
See https://github.com/WordPress/gutenberg/pull/14796.
Fixes #46801.



git-svn-id: https://develop.svn.wordpress.org/trunk@45138 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-04-08 06:36:33 +00:00
parent f1bef8668b
commit c9bb62507f
3 changed files with 144 additions and 111 deletions

View File

@@ -225,39 +225,39 @@ function wp_default_packages_scripts( &$scripts ) {
$packages_versions = array(
'a11y' => '2.2.0',
'annotations' => '1.2.0',
'api-fetch' => '3.1.0',
'annotations' => '1.2.2',
'api-fetch' => '3.1.2',
'autop' => '2.0.0',
'blob' => '2.3.0',
'block-editor' => '1.1.0',
'block-library' => '2.4.0',
'block-editor' => '1.1.2',
'block-library' => '2.4.2',
'block-serialization-default-parser' => '3.1.0',
'blocks' => '6.2.0',
'components' => '7.2.0',
'blocks' => '6.2.2',
'components' => '7.2.2',
'compose' => '3.2.0',
'core-data' => '2.2.0',
'core-data' => '2.2.2',
'data' => '4.4.0',
'date' => '3.2.0',
'deprecated' => '2.2.0',
'dom' => '2.2.0',
'dom' => '2.2.2',
'dom-ready' => '2.2.0',
'edit-post' => '3.3.0',
'editor' => '9.2.0',
'edit-post' => '3.3.2',
'editor' => '9.2.2',
'element' => '2.3.0',
'escape-html' => '1.2.0',
'format-library' => '1.4.0',
'format-library' => '1.4.2',
'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.0',
'list-reusable-blocks' => '1.3.2',
'notices' => '1.3.0',
'nux' => '3.2.0',
'nux' => '3.2.2',
'plugins' => '2.2.0',
'priority-queue' => '1.1.0',
'redux-routine' => '3.2.0',
'rich-text' => '3.2.0',
'rich-text' => '3.2.2',
'shortcode' => '2.2.0',
'token-list' => '1.2.0',
'url' => '2.5.0',