Block Editor: Update packages to the ones slated for WP5.2.2

- Fix the template validation notice
 - Fix for focus jumps when typing in meta attributes

Packages updated:

 - @wordpress/block-editor@2.0.3
 - @wordpress/block-library@2.4.6
 - @wordpress/e2e-tests@1.1.6
 - @wordpress/edit-post@3.3.6
 - @wordpress/editor@9.2.6
 - @wordpress/format-library@1.4.6

Props aduth, desrosj.
Fixes #47429.


git-svn-id: https://develop.svn.wordpress.org/trunk@45481 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Riad Benguella
2019-05-30 15:40:59 +00:00
parent fea049171e
commit 3b248eeb83
3 changed files with 34 additions and 34 deletions

View File

@@ -229,8 +229,8 @@ function wp_default_packages_scripts( &$scripts ) {
'api-fetch' => '3.1.2',
'autop' => '2.0.0',
'blob' => '2.3.0',
'block-editor' => '2.0.2',
'block-library' => '2.4.5',
'block-editor' => '2.0.3',
'block-library' => '2.4.6',
'block-serialization-default-parser' => '3.1.0',
'blocks' => '6.2.5',
'components' => '7.3.2',
@@ -241,11 +241,11 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.2.0',
'dom' => '2.2.5',
'dom-ready' => '2.2.0',
'edit-post' => '3.3.5',
'editor' => '9.2.5',
'edit-post' => '3.3.6',
'editor' => '9.2.6',
'element' => '2.3.0',
'escape-html' => '1.2.0',
'format-library' => '1.4.5',
'format-library' => '1.4.6',
'hooks' => '2.2.0',
'html-entities' => '2.2.0',
'i18n' => '3.3.0',