Make WordPress Core

Changeset 62061


Ignore:
Timestamp:
03/19/2026 12:27:35 PM (9 days ago)
Author:
desrosj
Message:

Build/Test Tools: Reclassify json2php as a devDependency.

This dependency is responsible for transforming some JSON files to PHP ones. But since this is not included in the distributed software, it should not be specified as a dependency.

Props nimeshatxecurify, royhridoy, phpbits, dilip2615, noruzzaman.
Fixes #64221.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r62060 r62061  
    2727                "jquery-form": "4.3.0",
    2828                "jquery-hoverintent": "1.10.2",
    29                 "json2php": "0.0.12",
    3029                "jsonlint": "1.6.3",
    3130                "lodash": "4.17.23",
     
    8079                "grunt-webpack": "7.0.1",
    8180                "install-changed": "1.1.0",
     81                "json2php": "0.0.12",
    8282                "postcss": "8.5.8",
    8383                "prettier": "npm:wp-prettier@3.0.3",
     
    2263822638            "resolved": "https://registry.npmjs.org/json2php/-/json2php-0.0.12.tgz",
    2263922639            "integrity": "sha512-fM/jNXBHZBaizxgLCoFjkX21CyK+zO4aDQvrJnvtwOHeN1qJwRgZEE3K0gqdKBYP5DhueNVHdC2gi4Yalim98g==",
     22640            "dev": true,
    2264022641            "license": "BSD"
    2264122642        },
  • trunk/package.json

    r62060 r62061  
    6666        "grunt-webpack": "7.0.1",
    6767        "install-changed": "1.1.0",
     68        "json2php": "0.0.12",
    6869        "postcss": "8.5.8",
    6970        "prettier": "npm:wp-prettier@3.0.3",
     
    9798        "jquery-form": "4.3.0",
    9899        "jquery-hoverintent": "1.10.2",
    99         "json2php": "0.0.12",
    100100        "jsonlint": "1.6.3",
    101101        "lodash": "4.17.23",
Note: See TracChangeset for help on using the changeset viewer.