Block Editor: Upgrade @WordPress packages to the latest version (4.7.1)

Updated packages:

 - @wordpress/block-library@2.2.11
 - @wordpress/edit-post@3.1.6
 - @wordpress/editor@9.0.6
 - @wordpress/format-library@1.2.9

Props youknowriad, pento.
Merges [44287] to trunk.
Fixes #45637.

git-svn-id: https://develop.svn.wordpress.org/trunk@44319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2018-12-19 00:26:52 +00:00
parent 7f9e87054f
commit 1adfde0503
3 changed files with 34 additions and 34 deletions

View File

@@ -229,7 +229,7 @@ function wp_default_packages_scripts( &$scripts ) {
'annotations' => '1.0.4',
'autop' => '2.0.2',
'blob' => '2.1.0',
'block-library' => '2.2.10',
'block-library' => '2.2.11',
'block-serialization-default-parser' => '2.0.2',
'blocks' => '6.0.4',
'components' => '7.0.4',
@@ -240,11 +240,11 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.0.3',
'dom' => '2.0.7',
'dom-ready' => '2.0.2',
'edit-post' => '3.1.5',
'editor' => '9.0.5',
'edit-post' => '3.1.6',
'editor' => '9.0.6',
'element' => '2.1.8',
'escape-html' => '1.0.1',
'format-library' => '1.2.8',
'format-library' => '1.2.9',
'hooks' => '2.0.3',
'html-entities' => '2.0.4',
'i18n' => '3.1.0',