Twenty Twenty-One: Update several `devDependencies`.
This updates the following dependencies: - `@wordpress/browserslist-confg` from `2.7.0` to `3.0.0`. - `@wordpress/eslint-plugin` from `7.3.0` to `8.0.1`. - `sass` from `1.29.0` to `1.32.5`. - `stylelint` from `13.8.0` to `13.9.0` There are no changes after running `build`. See #51801. Built from https://develop.svn.wordpress.org/trunk@50073 git-svn-id: http://core.svn.wordpress.org/trunk@49774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d348e26f3
commit
1a27e15bb2
File diff suppressed because it is too large
Load Diff
|
@ -13,11 +13,11 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://wordpress.org/themes/twentytwentyone/",
|
"homepage": "https://wordpress.org/themes/twentytwentyone/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^2.2.2",
|
"@wordpress/browserslist-config": "^3.0.0",
|
||||||
"@wordpress/eslint-plugin": "^7.3.0",
|
"@wordpress/eslint-plugin": "^8.0.1",
|
||||||
"autoprefixer": "^9.5.1",
|
"autoprefixer": "^9.5.1",
|
||||||
"chokidar-cli": "^2.1.0",
|
"chokidar-cli": "^2.1.0",
|
||||||
"eslint": "^7.11.0",
|
"eslint": "^7.18.0",
|
||||||
"minimist": "^1.2.2",
|
"minimist": "^1.2.2",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss-calc": "^7.0.5",
|
"postcss-calc": "^7.0.5",
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
"postcss-focus-within": "^3.0.0",
|
"postcss-focus-within": "^3.0.0",
|
||||||
"postcss-nested": "^4.2.1",
|
"postcss-nested": "^4.2.1",
|
||||||
"rtlcss": "^2.6.1",
|
"rtlcss": "^2.6.1",
|
||||||
"sass": "^1.28.0",
|
"sass": "^1.32.5",
|
||||||
"stylelint": "^13.7.2",
|
"stylelint": "^13.9.0",
|
||||||
"stylelint-config-recommended-scss": "^4.2.0",
|
"stylelint-config-recommended-scss": "^4.2.0",
|
||||||
"stylelint-config-wordpress": "^17.0.0"
|
"stylelint-config-wordpress": "^17.0.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-50072';
|
$wp_version = '5.7-alpha-50073';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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