Editor: Update components package for WordPress 5.6 RC3.

@wordpress/components: 11.1.2 -> 11.1.3

This fixes an accessibility regression with VoiceOver not announcing the input label or an existing selection in the parent page dropdown under "Page Attributes" in the sidebar.

See https://github.com/WordPress/gutenberg/pull/27431 for more details.

Props isabel_brison, sarahricker, alexstine, kevin940726, talldanwp.
Fixes #51923.

git-svn-id: https://develop.svn.wordpress.org/trunk@49737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-12-03 14:41:37 +00:00
parent 96b67833fe
commit a9064e9d19
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@@ -3300,9 +3300,9 @@
"dev": true
},
"@wordpress/components": {
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-11.1.2.tgz",
"integrity": "sha512-Brgrhn+eYBeAxPxh0p6m6XS3dc5TKqWUvySTrbIqsufX5KReOrL5eVkTZFo0F/lWAWQV5luMPNWcbamjQipB4Q==",
"version": "11.1.3",
"resolved": "https://registry.npmjs.org/@wordpress/components/-/components-11.1.3.tgz",
"integrity": "sha512-J598iMZfDUWWJq7v1kYBeELBqPW9ZkyO+wzX6OnbnIh88KCiQbA2eMCHlzgB3rll9VxrRY1ew5FkmLgx9vRjYg==",
"requires": {
"@babel/runtime": "^7.11.2",
"@emotion/core": "^10.0.22",

View File

@@ -89,7 +89,7 @@
"@wordpress/block-library": "2.26.5",
"@wordpress/block-serialization-default-parser": "3.8.0",
"@wordpress/blocks": "6.24.2",
"@wordpress/components": "11.1.2",
"@wordpress/components": "11.1.3",
"@wordpress/compose": "3.22.0",
"@wordpress/core-data": "2.24.2",
"@wordpress/data": "4.25.0",

File diff suppressed because one or more lines are too long