mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Block Editor: Update packages to the ones slated for WP5.2.2
- Fix the template validation notice - Fix for focus jumps when typing in meta attributes Packages updated: - @wordpress/block-editor@2.0.3 - @wordpress/block-library@2.4.6 - @wordpress/e2e-tests@1.1.6 - @wordpress/edit-post@3.3.6 - @wordpress/editor@9.2.6 - @wordpress/format-library@1.4.6 Props aduth, desrosj. Fixes #47429. git-svn-id: https://develop.svn.wordpress.org/trunk@45481 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -229,8 +229,8 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
'api-fetch' => '3.1.2',
|
||||
'autop' => '2.0.0',
|
||||
'blob' => '2.3.0',
|
||||
'block-editor' => '2.0.2',
|
||||
'block-library' => '2.4.5',
|
||||
'block-editor' => '2.0.3',
|
||||
'block-library' => '2.4.6',
|
||||
'block-serialization-default-parser' => '3.1.0',
|
||||
'blocks' => '6.2.5',
|
||||
'components' => '7.3.2',
|
||||
@@ -241,11 +241,11 @@ function wp_default_packages_scripts( &$scripts ) {
|
||||
'deprecated' => '2.2.0',
|
||||
'dom' => '2.2.5',
|
||||
'dom-ready' => '2.2.0',
|
||||
'edit-post' => '3.3.5',
|
||||
'editor' => '9.2.5',
|
||||
'edit-post' => '3.3.6',
|
||||
'editor' => '9.2.6',
|
||||
'element' => '2.3.0',
|
||||
'escape-html' => '1.2.0',
|
||||
'format-library' => '1.4.5',
|
||||
'format-library' => '1.4.6',
|
||||
'hooks' => '2.2.0',
|
||||
'html-entities' => '2.2.0',
|
||||
'i18n' => '3.3.0',
|
||||
|
||||
Reference in New Issue
Block a user