Make WordPress Core


Ignore:
Timestamp:
10/05/2023 03:02:39 PM (2 years ago)
Author:
audrasjb
Message:

Editor: Update packages with bug fixes for 6.3.2

Updates editor npm packages to latest patch versions for the 6.3.x branch.
This changeset is specifically for the 6.3 release branch. It pulls the changes from [56520] and rebuilds them with 6.3's older node version.

Props ramonopoly, isabel_brison.
Merges [56520] to the 6.3 branch.
Fixes #59293.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.3/src/wp-includes/blocks/image/block.json

    r56065 r56786  
    6565        },
    6666        "width": {
    67             "type": "number"
     67            "type": "string"
    6868        },
    6969        "height": {
    70             "type": "number"
     70            "type": "string"
    7171        },
    7272        "aspectRatio": {
Note: See TracChangeset for help on using the changeset viewer.