Twenty Twenty: Update @wordpress/scripts to the latest version.

See #51801.
Built from https://develop.svn.wordpress.org/trunk@50079


git-svn-id: http://core.svn.wordpress.org/trunk@49779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-01-29 20:45:58 +00:00
parent 8aacac3486
commit 5dc1f1ff8a
3 changed files with 8662 additions and 4476 deletions

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@
},
"devDependencies": {
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/scripts": "^5.0.0",
"@wordpress/scripts": "^13.0.1",
"autoprefixer": "^9.8.6",
"concurrently": "^5.3.0",
"postcss-cli": "^7.1.2",

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-50078';
$wp_version = '5.7-alpha-50079';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.