Make WordPress Core

Changeset 44260 for trunk/package.json


Ignore:
Timestamp:
12/17/2018 03:51:08 AM (6 years ago)
Author:
desrosj
Message:

Editor: Add custom fields meta box support in the block editor.

This brings support for the custom fields meta box into the new block editor.

The webpack and copy-webpack-plugin packages have also been updated.

This does not bump the @wordpress packages like in [43861] because of conflicts with package versions already installed in trunk. The packages will be brought up to date in a subsequent merge.

Merges [43861] and [43863] into trunk.

See #45145.
Fixes #45257.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/package.json

    r44233 r44260  
    1818        "autoprefixer": "^9.1.5",
    1919        "check-node-version": "3.2.0",
    20         "copy-webpack-plugin": "^4.5.2",
     20        "copy-webpack-plugin": "^4.6.0",
    2121        "cssnano": "^4.1.4",
    2222        "grunt": "~1.0.3",
     
    5050        "uglify-js": "^3.4.9",
    5151        "uglifyjs-webpack-plugin": "^2.0.1",
    52         "webpack": "^4.20.2",
     52        "webpack": "^4.24.0",
    5353        "webpack-dev-server": "^3.1.9",
    5454        "webpack-livereload-plugin": "^2.1.1"
Note: See TracChangeset for help on using the changeset viewer.