Make WordPress Core

Changeset 51974 for trunk/package.json


Ignore:
Timestamp:
11/02/2021 02:24:40 PM (3 years ago)
Author:
joedolson
Message:

Build/Test Tools: Restore changes to package.json.

Reverts changes to package.json and package-lock.json accidentally committed in [51967].

Props tobiasbg.
Fixes #54054.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r51967 r51974  
    3131        "@wordpress/library-export-default-webpack-plugin": "2.0.5",
    3232        "@wordpress/scripts": "16.1.5",
    33         "autoprefixer": "9.8.8",
     33        "autoprefixer": "^9.8.6",
    3434        "chalk": "4.1.1",
    3535        "check-node-version": "4.1.0",
     
    6565        "prettier": "npm:wp-prettier@2.0.5",
    6666        "qunit": "~2.16.0",
    67         "sass": "1.43.4",
    68         "sinon": "11.1.2",
    69         "sinon-test": "3.1.1",
     67        "sass": "^1.34.1",
     68        "sinon": "~11.1.1",
     69        "sinon-test": "~3.1.0",
    7070        "source-map-loader": "^1.1.3",
    71         "uglify-js": "3.14.3",
     71        "uglify-js": "^3.13.9",
    7272        "uglifyjs-webpack-plugin": "2.2.0",
    7373        "uuid": "8.3.2",
Note: See TracChangeset for help on using the changeset viewer.