mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Block Editor: Upgrade @WordPress packages to the latest versions.
Updated packages: - @wordpress/annotations@1.0.5 - @wordpress/api-fetch@2.2.7 - @wordpress/block-library@2.2.12 - @wordpress/block-serialization-default-parser@2.0.3 - @wordpress/blocks@6.0.5 - @wordpress/components@7.0.5 - @wordpress/core-data@2.0.16 - @wordpress/data@4.2.0 - @wordpress/deprecated@2.0.4 - @wordpress/dom@2.0.8 - @wordpress/edit-post@3.1.7 - @wordpress/editor@9.0.7 - @wordpress/format-library@1.2.10 - @wordpress/hooks@2.0.4 - @wordpress/list-reusable-blocks@1.1.18 - @wordpress/notices@1.1.2 - @wordpress/nux@3.0.6 - @wordpress/plugins@2.0.10 - @wordpress/rich-text@3.0.4 - @wordpress/url@2.3.3 - @wordpress/viewport@2.1.0 Props: youknowriad, gziolo, desrosj. Fixes #45814. git-svn-id: https://develop.svn.wordpress.org/trunk@44389 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -224,42 +224,42 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
$suffix = wp_scripts_get_suffix();
|
||||
|
||||
$packages_versions = array(
|
||||
'api-fetch' => '2.2.6',
|
||||
'api-fetch' => '2.2.7',
|
||||
'a11y' => '2.0.2',
|
||||
'annotations' => '1.0.4',
|
||||
'annotations' => '1.0.5',
|
||||
'autop' => '2.0.2',
|
||||
'blob' => '2.1.0',
|
||||
'block-library' => '2.2.11',
|
||||
'block-serialization-default-parser' => '2.0.2',
|
||||
'blocks' => '6.0.4',
|
||||
'components' => '7.0.4',
|
||||
'block-library' => '2.2.12',
|
||||
'block-serialization-default-parser' => '2.0.3',
|
||||
'blocks' => '6.0.5',
|
||||
'components' => '7.0.5',
|
||||
'compose' => '3.0.0',
|
||||
'core-data' => '2.0.15',
|
||||
'data' => '4.1.0',
|
||||
'core-data' => '2.0.16',
|
||||
'data' => '4.2.0',
|
||||
'date' => '3.0.1',
|
||||
'deprecated' => '2.0.3',
|
||||
'dom' => '2.0.7',
|
||||
'deprecated' => '2.0.4',
|
||||
'dom' => '2.0.8',
|
||||
'dom-ready' => '2.0.2',
|
||||
'edit-post' => '3.1.6',
|
||||
'editor' => '9.0.6',
|
||||
'edit-post' => '3.1.7',
|
||||
'editor' => '9.0.7',
|
||||
'element' => '2.1.8',
|
||||
'escape-html' => '1.0.1',
|
||||
'format-library' => '1.2.9',
|
||||
'hooks' => '2.0.3',
|
||||
'format-library' => '1.2.10',
|
||||
'hooks' => '2.0.4',
|
||||
'html-entities' => '2.0.4',
|
||||
'i18n' => '3.1.0',
|
||||
'is-shallow-equal' => '1.1.4',
|
||||
'keycodes' => '2.0.5',
|
||||
'list-reusable-blocks' => '1.1.17',
|
||||
'notices' => '1.1.1',
|
||||
'nux' => '3.0.5',
|
||||
'plugins' => '2.0.9',
|
||||
'list-reusable-blocks' => '1.1.18',
|
||||
'notices' => '1.1.2',
|
||||
'nux' => '3.0.6',
|
||||
'plugins' => '2.0.10',
|
||||
'redux-routine' => '3.0.3',
|
||||
'rich-text' => '3.0.3',
|
||||
'rich-text' => '3.0.4',
|
||||
'shortcode' => '2.0.2',
|
||||
'token-list' => '1.1.0',
|
||||
'url' => '2.3.2',
|
||||
'viewport' => '2.0.13',
|
||||
'url' => '2.3.3',
|
||||
'viewport' => '2.1.0',
|
||||
'wordcount' => '2.0.3',
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user