Make WordPress Core


Ignore:
Timestamp:
06/29/2020 11:48:53 AM (5 years ago)
Author:
gziolo
Message:

Chore: Update package-lock.json file

Improve the shape of package-lock.json file to make it stable. The main change is that both dependencies of WordPress packages that use npm aliases are listed as development dependencies: puppeteer and prettier. This patch includes also block.json files for dynamic blocks copied from WordPress packages.

Props ellatrix.
Fixes #50420.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/social-link/block.json

    r47408 r48213  
    22    "name": "core/social-link",
    33    "category": "widgets",
    4     "icon": "share",
     4    "parent": [
     5        "core/social-links"
     6    ],
    57    "attributes": {
    68        "url": {
     
    1315            "type": "string"
    1416        }
     17    },
     18    "supports": {
     19        "reusable": false,
     20        "html": false,
     21        "lightBlockWrapper": true
    1522    }
    1623}
Note: See TracChangeset for help on using the changeset viewer.