Build: Update the `@wordpress/editor` package.
The `@wordpress/editor` wasn't upgraded to the correct version in [43789]. This commit includes changes from the `@wordpress/block-library` upgrade in [43789], that weren't copied to the correct location in core. This also regenerates the `package-lock.json` in Linux, which the build server requires. See #45145. Built from https://develop.svn.wordpress.org/branches/5.0@43801 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
878a6359dc
commit
f6366c297f
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-43800';
|
$wp_version = '5.0-alpha-43801';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue