mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 04:34:31 +00:00
Block Editor: Update the WordPress Packages to the ones used in the Gutenberg 6.8 release.
Updated packages: @wordpress/a11y@2.5.1 @wordpress/annotations@1.7.2 @wordpress/api-fetch@3.6.2 @wordpress/autop@2.5.1 @wordpress/babel-preset-default@4.6.2 @wordpress/blob@2.5.1 @wordpress/block-directory@1.0.2 @wordpress/block-editor@3.2.2 @wordpress/block-library@2.9.2 @wordpress/block-serialization-default-parser@3.4.1 @wordpress/block-serialization-spec-parser@3.3.1 @wordpress/blocks@6.7.2 @wordpress/components@8.3.2 @wordpress/compose@3.7.2 @wordpress/core-data@2.7.2 @wordpress/data-controls@1.3.2 @wordpress/data@4.9.2 @wordpress/deprecated@2.6.1 @wordpress/dom-ready@2.5.1 @wordpress/dom@2.5.2 @wordpress/e2e-test-utils@2.4.2 @wordpress/e2e-tests@1.7.2 @wordpress/edit-post@3.8.2 @wordpress/editor@9.7.2 @wordpress/element@2.8.2 @wordpress/escape-html@1.5.1 @wordpress/format-library@1.9.2 @wordpress/is-shallow-equal@1.6.1 @wordpress/keycodes@2.6.2 @wordpress/list-reusable-blocks@1.8.2 @wordpress/media-utils@1.2.2 @wordpress/notices@1.8.2 @wordpress/nux@3.7.2 @wordpress/plugins@2.7.2 @wordpress/priority-queue@1.3.1 @wordpress/redux-routine@3.6.2 @wordpress/rich-text@3.7.2 @wordpress/scripts@5.1.0 @wordpress/server-side-render@1.3.2 @wordpress/url@2.8.1 @wordpress/viewport@2.8.2 @wordpress/wordcount@2.6.2 Props gziolo, youknowriad. Fixes: #48310 git-svn-id: https://develop.svn.wordpress.org/trunk@46546 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -224,48 +224,48 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
$suffix = wp_scripts_get_suffix();
|
||||
|
||||
$packages_versions = array(
|
||||
'a11y' => '2.5.0',
|
||||
'annotations' => '1.7.1',
|
||||
'api-fetch' => '3.6.1',
|
||||
'autop' => '2.5.0',
|
||||
'blob' => '2.5.0',
|
||||
'block-editor' => '3.2.1',
|
||||
'block-library' => '2.9.1',
|
||||
'block-serialization-default-parser' => '3.4.0',
|
||||
'blocks' => '6.7.1',
|
||||
'components' => '8.3.1',
|
||||
'compose' => '3.7.1',
|
||||
'core-data' => '2.7.1',
|
||||
'data' => '4.9.1',
|
||||
'data-controls' => '1.3.1',
|
||||
'a11y' => '2.5.1',
|
||||
'annotations' => '1.7.2',
|
||||
'api-fetch' => '3.6.2',
|
||||
'autop' => '2.5.1',
|
||||
'blob' => '2.5.1',
|
||||
'block-editor' => '3.2.2',
|
||||
'block-library' => '2.9.2',
|
||||
'block-serialization-default-parser' => '3.4.1',
|
||||
'blocks' => '6.7.2',
|
||||
'components' => '8.3.2',
|
||||
'compose' => '3.7.2',
|
||||
'core-data' => '2.7.2',
|
||||
'data-controls' => '1.3.2',
|
||||
'data' => '4.9.2',
|
||||
'date' => '3.5.0',
|
||||
'deprecated' => '2.6.0',
|
||||
'dom' => '2.5.1',
|
||||
'dom-ready' => '2.5.0',
|
||||
'edit-post' => '3.8.1',
|
||||
'editor' => '9.7.1',
|
||||
'element' => '2.8.1',
|
||||
'escape-html' => '1.5.0',
|
||||
'format-library' => '1.9.1',
|
||||
'deprecated' => '2.6.1',
|
||||
'dom-ready' => '2.5.1',
|
||||
'dom' => '2.5.2',
|
||||
'edit-post' => '3.8.2',
|
||||
'editor' => '9.7.2',
|
||||
'element' => '2.8.2',
|
||||
'escape-html' => '1.5.1',
|
||||
'format-library' => '1.9.2',
|
||||
'hooks' => '2.6.0',
|
||||
'html-entities' => '2.5.0',
|
||||
'i18n' => '3.6.1',
|
||||
'is-shallow-equal' => '1.6.0',
|
||||
'keycodes' => '2.6.1',
|
||||
'list-reusable-blocks' => '1.8.1',
|
||||
'media-utils' => '1.2.1',
|
||||
'notices' => '1.8.1',
|
||||
'nux' => '3.7.1',
|
||||
'plugins' => '2.7.1',
|
||||
'priority-queue' => '1.3.0',
|
||||
'redux-routine' => '3.6.1',
|
||||
'rich-text' => '3.7.1',
|
||||
'is-shallow-equal' => '1.6.1',
|
||||
'keycodes' => '2.6.2',
|
||||
'list-reusable-blocks' => '1.8.2',
|
||||
'media-utils' => '1.2.2',
|
||||
'notices' => '1.8.2',
|
||||
'nux' => '3.7.2',
|
||||
'plugins' => '2.7.2',
|
||||
'priority-queue' => '1.3.1',
|
||||
'redux-routine' => '3.6.2',
|
||||
'rich-text' => '3.7.2',
|
||||
'shortcode' => '2.4.1',
|
||||
'server-side-render' => '1.3.1',
|
||||
'server-side-render' => '1.3.2',
|
||||
'token-list' => '1.6.1',
|
||||
'url' => '2.8.0',
|
||||
'viewport' => '2.8.1',
|
||||
'wordcount' => '2.6.1',
|
||||
'url' => '2.8.1',
|
||||
'viewport' => '2.8.2',
|
||||
'wordcount' => '2.6.2',
|
||||
);
|
||||
|
||||
$packages_dependencies = array(
|
||||
@@ -659,6 +659,7 @@ function wp_default_packages_inline_scripts( &$scripts ) {
|
||||
( wp_installing() && ! is_multisite() ) ? '' : wp_create_nonce( 'wp_rest' )
|
||||
),
|
||||
'wp.apiFetch.use( wp.apiFetch.nonceMiddleware );',
|
||||
'wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );',
|
||||
sprintf(
|
||||
'wp.apiFetch.nonceEndpoint = "%s";',
|
||||
admin_url( 'admin-ajax.php?action=rest-nonce' )
|
||||
|
||||
Reference in New Issue
Block a user