Build/Test Tools: Update the NPM dependencies to the latest versions.
This updates the following development dependencies: - `@wordpress/scripts` from `22.4.2` to `22.5.0`. - `chalk` from `4.1.2` to `5.0.1`. - `grunt` from `1.4.1` to `1.5.2`. - `grunt-contrib-clean` from ``2.0.0` to `2.0.1`. - `grunt-contrib-uglify` from `5.1.0` to `5.2.1`. - `qunit` from `2.18.1` to `2.18.2`. - `sass` from `1.50.0` to `1.51.0`. - `sinon` from `13.0.1` to `13.0.2`. - `uglify-js` from `3.15.3` to `3.15.4`. Fixes #54727. Built from https://develop.svn.wordpress.org/trunk@53297 git-svn-id: http://core.svn.wordpress.org/trunk@52886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e942432883
commit
b4eb72f714
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.0-beta3-53296';
|
||||
$wp_version = '6.0-beta3-53297';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue