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.

git-svn-id: https://develop.svn.wordpress.org/trunk@44260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2018-12-17 03:51:08 +00:00
parent b6a378d345
commit e63acae939
7 changed files with 90 additions and 11 deletions

View File

@@ -17,7 +17,7 @@
"@wordpress/library-export-default-webpack-plugin": "1.0.4",
"autoprefixer": "^9.1.5",
"check-node-version": "3.2.0",
"copy-webpack-plugin": "^4.5.2",
"copy-webpack-plugin": "^4.6.0",
"cssnano": "^4.1.4",
"grunt": "~1.0.3",
"grunt-banner": "^0.6.0",
@@ -49,7 +49,7 @@
"source-map-loader": "^0.2.4",
"uglify-js": "^3.4.9",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack": "^4.24.0",
"webpack-dev-server": "^3.1.9",
"webpack-livereload-plugin": "^2.1.1"
},