Editor: Update packages to apply bugfixes from Gutenberg 5.5.

- @wordpress/block-editor@2.0.1
- @wordpress/block-library@2.4.4
- @wordpress/blocks@6.2.4
- @wordpress/components@7.3.1
- @wordpress/dom@2.2.4
- @wordpress/e2e-tests@1.1.4
- @wordpress/edit-post@3.3.4
- @wordpress/editor@9.2.4
- @wordpress/format-library@1.4.4
- @wordpress/list-reusable-blocks@1.3.4
- @wordpress/nux@3.2.4

Props iseulde, kjellr, aduth, get_dave, talldanwp, jorgefilipecosta, afercia, nosolosw, jasmussen, netweb .

See https://github.com/WordPress/gutenberg/pull/14987 .
See https://github.com/WordPress/gutenberg/pull/15020 .
Fixes #46951 .


git-svn-id: https://develop.svn.wordpress.org/trunk@45255 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Duthie
2019-04-22 12:38:50 +00:00
parent cfc3a4f9b7
commit 7bdef3d3ef
3 changed files with 101 additions and 122 deletions

View File

@@ -229,31 +229,31 @@ function wp_default_packages_scripts( &$scripts ) {
'api-fetch' => '3.1.2',
'autop' => '2.0.0',
'blob' => '2.3.0',
'block-editor' => '1.1.2',
'block-library' => '2.4.2',
'block-editor' => '2.0.1',
'block-library' => '2.4.4',
'block-serialization-default-parser' => '3.1.0',
'blocks' => '6.2.2',
'components' => '7.2.2',
'blocks' => '6.2.4',
'components' => '7.3.1',
'compose' => '3.2.0',
'core-data' => '2.2.2',
'data' => '4.4.0',
'date' => '3.2.0',
'deprecated' => '2.2.0',
'dom' => '2.2.2',
'dom' => '2.2.4',
'dom-ready' => '2.2.0',
'edit-post' => '3.3.2',
'editor' => '9.2.2',
'edit-post' => '3.3.4',
'editor' => '9.2.4',
'element' => '2.3.0',
'escape-html' => '1.2.0',
'format-library' => '1.4.2',
'format-library' => '1.4.4',
'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.2',
'list-reusable-blocks' => '1.3.4',
'notices' => '1.3.0',
'nux' => '3.2.2',
'nux' => '3.2.4',
'plugins' => '2.2.0',
'priority-queue' => '1.1.0',
'redux-routine' => '3.2.0',