Make WordPress Core

Changeset 48213 for trunk/package.json


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/package.json

    r48177 r48213  
    6464        "matchdep": "~2.0.0",
    6565        "node-sass": "~4.14.1",
     66        "prettier": "npm:wp-prettier@2.0.5",
    6667        "puppeteer": "npm:puppeteer-core@3.0.0",
    6768        "qunit": "~2.9.0",
     
    7273        "uglifyjs-webpack-plugin": "2.2.0",
    7374        "wait-on": "3.3.0",
    74         "webpack": "4.41.0",
     75        "webpack": "4.43.0",
    7576        "webpack-dev-server": "3.11.0",
    76         "webpack-livereload-plugin": "2.2.0"
     77        "webpack-livereload-plugin": "2.3.0"
    7778    },
    7879    "dependencies": {
    79         "@babel/polyfill": "7.4.4",
     80        "@babel/polyfill": "7.10.1",
    8081        "@wordpress/a11y": "2.11.0",
    8182        "@wordpress/annotations": "1.19.0",
Note: See TracChangeset for help on using the changeset viewer.