mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Editor: update packages with bug fixes for 6.3.2
Updates editor npm packages to latest patch versions for the 6.3.x branch. Props ramonopoly. See #59293. git-svn-id: https://develop.svn.wordpress.org/trunk@56520 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2221,10 +2221,10 @@
|
||||
'__experimentalRole' => 'content'
|
||||
),
|
||||
'width' => array(
|
||||
'type' => 'number'
|
||||
'type' => 'string'
|
||||
),
|
||||
'height' => array(
|
||||
'type' => 'number'
|
||||
'type' => 'string'
|
||||
),
|
||||
'aspectRatio' => array(
|
||||
'type' => 'string'
|
||||
|
||||
@@ -64,10 +64,10 @@
|
||||
"__experimentalRole": "content"
|
||||
},
|
||||
"width": {
|
||||
"type": "number"
|
||||
"type": "string"
|
||||
},
|
||||
"height": {
|
||||
"type": "number"
|
||||
"type": "string"
|
||||
},
|
||||
"aspectRatio": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user