Block Editor: Update WordPress Packages to the latest versions.

Updated Packages:

 - @wordpress/annotations@1.0.8
 - @wordpress/block-library@2.2.15
 - @wordpress/components@7.0.8
 - @wordpress/edit-post@3.1.10
 - @wordpress/editor@9.0.10
 - @wordpress/format-library@1.2.13
 - @wordpress/list-reusable-blocks@1.1.21
 - @wordpress/nux@3.0.9
 - @wordpress/rich-text@3.0.7

Fixes list block indentation and Crowdsignal embed block.

Props iseulde.
Fixes #46137.



git-svn-id: https://develop.svn.wordpress.org/trunk@44711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Riad Benguella
2019-01-29 18:22:45 +00:00
parent 9efcfbbf3f
commit 23c0dd4eb7
3 changed files with 62 additions and 237 deletions

View File

@@ -226,13 +226,13 @@ function wp_default_packages_scripts( &$scripts ) {
$packages_versions = array(
'api-fetch' => '2.2.8',
'a11y' => '2.0.2',
'annotations' => '1.0.6',
'annotations' => '1.0.8',
'autop' => '2.0.2',
'blob' => '2.1.0',
'block-library' => '2.2.13',
'block-library' => '2.2.15',
'block-serialization-default-parser' => '2.0.4',
'blocks' => '6.0.5',
'components' => '7.0.6',
'components' => '7.0.8',
'compose' => '3.0.1',
'core-data' => '2.0.17',
'data' => '4.2.1',
@@ -240,22 +240,22 @@ function wp_default_packages_scripts( &$scripts ) {
'deprecated' => '2.0.5',
'dom' => '2.0.8',
'dom-ready' => '2.0.2',
'edit-post' => '3.1.8',
'editor' => '9.0.8',
'edit-post' => '3.1.10',
'editor' => '9.0.10',
'element' => '2.1.9',
'escape-html' => '1.0.1',
'format-library' => '1.2.11',
'format-library' => '1.2.13',
'hooks' => '2.0.5',
'html-entities' => '2.0.4',
'i18n' => '3.1.1',
'is-shallow-equal' => '1.1.5',
'keycodes' => '2.0.6',
'list-reusable-blocks' => '1.1.19',
'list-reusable-blocks' => '1.1.21',
'notices' => '1.1.3',
'nux' => '3.0.7',
'nux' => '3.0.9',
'plugins' => '2.0.10',
'redux-routine' => '3.0.4',
'rich-text' => '3.0.5',
'rich-text' => '3.0.7',
'shortcode' => '2.0.2',
'token-list' => '1.1.0',
'url' => '2.3.3',
@@ -379,7 +379,6 @@ function wp_default_packages_scripts( &$scripts ) {
'editor' => array(
'jquery',
'lodash',
'wp-tinymce-lists',
'wp-a11y',
'wp-api-fetch',
'wp-blob',