Block Editor: Update WordPress Packages to solve PHP 5.2.2 parser incompatibility.

Updated:

 - @wordpress/block-library@2.2.16
 - @wordpress/block-serialization-default-parser@2.0.5
 - @wordpress/blocks@6.0.7
 - @wordpress/edit-post@3.1.11
 - @wordpress/editor@9.0.11
 - @wordpress/format-library@1.2.14

Props pento.
Fixes #46200.


git-svn-id: https://develop.svn.wordpress.org/trunk@44729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Riad Benguella
2019-02-07 09:01:10 +00:00
parent 107453024f
commit 98bee9bf08
4 changed files with 44 additions and 44 deletions

View File

@@ -229,9 +229,9 @@ function wp_default_packages_scripts( &$scripts ) {
'annotations' => '1.0.8',
'autop' => '2.0.2',
'blob' => '2.1.0',
'block-library' => '2.2.15',
'block-serialization-default-parser' => '2.0.4',
'blocks' => '6.0.5',
'block-library' => '2.2.16',
'block-serialization-default-parser' => '2.0.5',
'blocks' => '6.0.6',
'components' => '7.0.8',
'compose' => '3.0.1',
'core-data' => '2.0.17',
@@ -240,11 +240,11 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.0.5',
'dom' => '2.0.8',
'dom-ready' => '2.0.2',
'edit-post' => '3.1.10',
'editor' => '9.0.10',
'edit-post' => '3.1.11',
'editor' => '9.0.11',
'element' => '2.1.9',
'escape-html' => '1.0.1',
'format-library' => '1.2.13',
'format-library' => '1.2.14',
'hooks' => '2.0.5',
'html-entities' => '2.0.4',
'i18n' => '3.1.1',