Block Editor: Upgrade the @wordpress/ packages.

This brings the block editor in core up to date with the Gutenberg 4.8 plugin release.

Props aduth, gziolo, youknowriad, mkaz, jorgefilipecosta, swissspidy, iseulde, soean, noisysocks, joen, brentswisher, dekervit, dimadin, zebulan, johnny5, nosolosw, netweb, ryelle, etoledom, mzorz, desrosj, mmtr86, tinkerbelly, ocean90, earnjam, ajitbohra, talldanwp, notnownikki, mcsf, afercia, adamsilverstein, gutendev, naoki0h, miyauchi, aldavigdis.
Fixes #45885.



git-svn-id: https://develop.svn.wordpress.org/trunk@44533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-01-10 01:53:38 +00:00
parent 986c85c586
commit ac47db26bc
3 changed files with 244 additions and 277 deletions

View File

@@ -224,42 +224,42 @@ function wp_default_packages_scripts( &$scripts ) {
$suffix = wp_scripts_get_suffix();
$packages_versions = array(
'api-fetch' => '2.2.7',
'api-fetch' => '2.2.8',
'a11y' => '2.0.2',
'annotations' => '1.0.5',
'annotations' => '1.0.6',
'autop' => '2.0.2',
'blob' => '2.1.0',
'block-library' => '2.2.12',
'block-serialization-default-parser' => '2.0.3',
'block-library' => '2.2.13',
'block-serialization-default-parser' => '2.0.4',
'blocks' => '6.0.5',
'components' => '7.0.5',
'compose' => '3.0.0',
'core-data' => '2.0.16',
'data' => '4.2.0',
'components' => '7.0.6',
'compose' => '3.0.1',
'core-data' => '2.0.17',
'data' => '4.2.1',
'date' => '3.0.1',
'deprecated' => '2.0.4',
'deprecated' => '2.0.5',
'dom' => '2.0.8',
'dom-ready' => '2.0.2',
'edit-post' => '3.1.7',
'editor' => '9.0.7',
'element' => '2.1.8',
'edit-post' => '3.1.8',
'editor' => '9.0.8',
'element' => '2.1.9',
'escape-html' => '1.0.1',
'format-library' => '1.2.10',
'hooks' => '2.0.4',
'format-library' => '1.2.11',
'hooks' => '2.0.5',
'html-entities' => '2.0.4',
'i18n' => '3.1.0',
'is-shallow-equal' => '1.1.4',
'keycodes' => '2.0.5',
'list-reusable-blocks' => '1.1.18',
'notices' => '1.1.2',
'nux' => '3.0.6',
'i18n' => '3.1.1',
'is-shallow-equal' => '1.1.5',
'keycodes' => '2.0.6',
'list-reusable-blocks' => '1.1.19',
'notices' => '1.1.3',
'nux' => '3.0.7',
'plugins' => '2.0.10',
'redux-routine' => '3.0.3',
'rich-text' => '3.0.4',
'redux-routine' => '3.0.4',
'rich-text' => '3.0.5',
'shortcode' => '2.0.2',
'token-list' => '1.1.0',
'url' => '2.3.3',
'viewport' => '2.1.0',
'viewport' => '2.1.1',
'wordcount' => '2.0.3',
);