Make WordPress Core

Changeset 50545 for trunk/package.json


Ignore:
Timestamp:
03/18/2021 05:47:01 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Update some devDependencies.

This updates a handful of dependencies to their latest versions.

  • qunit from 2.14.0 to 2.14.1.
  • uglify-js from 3.13.0 to 3.13.1.
  • wait-on from 5.2.1 to 5.3.0.

See #52624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r50544 r50545  
    6565        "prettier": "npm:wp-prettier@2.0.5",
    6666        "puppeteer": "npm:puppeteer-core@3.0.0",
    67         "qunit": "~2.14.0",
     67        "qunit": "~2.14.1",
    6868        "sass": "^1.32.8",
    6969        "sinon": "~9.2.4",
    7070        "sinon-test": "~3.0.0",
    7171        "source-map-loader": "^1.1.3",
    72         "uglify-js": "^3.13.0",
     72        "uglify-js": "^3.13.1",
    7373        "uglifyjs-webpack-plugin": "2.2.0",
    7474        "uuid": "8.3.2",
    75         "wait-on": "5.2.1",
     75        "wait-on": "5.3.0",
    7676        "webpack": "4.43.0",
    7777        "webpack-dev-server": "3.11.2",
Note: See TracChangeset for help on using the changeset viewer.