mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-09 23:24:34 +00:00
Block Editor: Update WordPress packages to include the latest bug fixes.
Updated packages: @wordpress/annotations@1.7.1 @wordpress/api-fetch@3.6.1 @wordpress/babel-plugin-makepot@3.2.1 @wordpress/babel-preset-default@4.6.1 @wordpress/block-directory@1.0.1 @wordpress/block-editor@3.2.1 @wordpress/block-library@2.9.1 @wordpress/blocks@6.7.1 @wordpress/components@8.3.1 @wordpress/compose@3.7.1 @wordpress/core-data@2.7.1 @wordpress/data-controls@1.3.1 @wordpress/data@4.9.1 @wordpress/docgen@1.4.1 @wordpress/dom@2.5.1 @wordpress/e2e-test-utils@2.4.1 @wordpress/e2e-tests@1.7.1 @wordpress/edit-post@3.8.1 @wordpress/editor@9.7.1 @wordpress/element@2.8.1 @wordpress/format-library@1.9.1 @wordpress/i18n@3.6.1 @wordpress/jest-console@3.3.1 @wordpress/jest-preset-default@5.1.1 @wordpress/keycodes@2.6.1 @wordpress/library-export-default-webpack-plugin@1.4.1 @wordpress/list-reusable-blocks@1.8.1 @wordpress/media-utils@1.2.1 @wordpress/notices@1.8.1 @wordpress/nux@3.7.1 @wordpress/plugins@2.7.1 @wordpress/redux-routine@3.6.1 @wordpress/rich-text@3.7.1 @wordpress/scripts@5.0.1 @wordpress/server-side-render@1.3.1 @wordpress/shortcode@2.4.1 @wordpress/token-list@1.6.1 @wordpress/viewport@2.8.1 @wordpress/wordcount@2.6.1 Props epiqueras, youknowriad, donmhico, jorgefilipecosta, soean, mcsf, noisysocks, andraganescu, gziolo, talldanwp, iseulde, nrqsnchz, mapk, karmatosed, joen, afercia, kjellr, desrosj. Fixes #48186. git-svn-id: https://develop.svn.wordpress.org/trunk@46364 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -225,47 +225,47 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
|
||||
$packages_versions = array(
|
||||
'a11y' => '2.5.0',
|
||||
'annotations' => '1.7.0',
|
||||
'api-fetch' => '3.6.0',
|
||||
'annotations' => '1.7.1',
|
||||
'api-fetch' => '3.6.1',
|
||||
'autop' => '2.5.0',
|
||||
'blob' => '2.5.0',
|
||||
'block-editor' => '3.2.0',
|
||||
'block-library' => '2.9.0',
|
||||
'block-editor' => '3.2.1',
|
||||
'block-library' => '2.9.1',
|
||||
'block-serialization-default-parser' => '3.4.0',
|
||||
'blocks' => '6.7.0',
|
||||
'components' => '8.3.0',
|
||||
'compose' => '3.7.0',
|
||||
'core-data' => '2.7.0',
|
||||
'data' => '4.9.0',
|
||||
'data-controls' => '1.3.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',
|
||||
'date' => '3.5.0',
|
||||
'deprecated' => '2.6.0',
|
||||
'dom' => '2.5.0',
|
||||
'dom' => '2.5.1',
|
||||
'dom-ready' => '2.5.0',
|
||||
'edit-post' => '3.8.0',
|
||||
'editor' => '9.7.0',
|
||||
'element' => '2.8.0',
|
||||
'edit-post' => '3.8.1',
|
||||
'editor' => '9.7.1',
|
||||
'element' => '2.8.1',
|
||||
'escape-html' => '1.5.0',
|
||||
'format-library' => '1.9.0',
|
||||
'format-library' => '1.9.1',
|
||||
'hooks' => '2.6.0',
|
||||
'html-entities' => '2.5.0',
|
||||
'i18n' => '3.6.0',
|
||||
'i18n' => '3.6.1',
|
||||
'is-shallow-equal' => '1.6.0',
|
||||
'keycodes' => '2.6.0',
|
||||
'list-reusable-blocks' => '1.8.0',
|
||||
'media-utils' => '1.2.0',
|
||||
'notices' => '1.8.0',
|
||||
'nux' => '3.7.0',
|
||||
'plugins' => '2.7.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.0',
|
||||
'rich-text' => '3.7.0',
|
||||
'shortcode' => '2.4.0',
|
||||
'server-side-render' => '1.3.0',
|
||||
'token-list' => '1.6.0',
|
||||
'redux-routine' => '3.6.1',
|
||||
'rich-text' => '3.7.1',
|
||||
'shortcode' => '2.4.1',
|
||||
'server-side-render' => '1.3.1',
|
||||
'token-list' => '1.6.1',
|
||||
'url' => '2.8.0',
|
||||
'viewport' => '2.8.0',
|
||||
'wordcount' => '2.6.0',
|
||||
'viewport' => '2.8.1',
|
||||
'wordcount' => '2.6.1',
|
||||
);
|
||||
|
||||
$packages_dependencies = array(
|
||||
|
||||
Reference in New Issue
Block a user