Build/Test Tools: Update dependencies in default themes.
This updates several dependencies in the Twenty Nineteen, Twenty Twenty, and Twenty Twenty-One default themes. See #52624. Built from https://develop.svn.wordpress.org/trunk@50666 git-svn-id: http://core.svn.wordpress.org/trunk@50278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
53c0882200
commit
caa5abc6c1
|
@ -40,9 +40,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@wordpress/browserslist-config": {
|
"@wordpress/browserslist-config": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-3.0.2.tgz",
|
||||||
"integrity": "sha512-8BDfpILiw23rr5znj6K9M+vUZ8nBzMzG/XPyFdRG0Wr/OsnzTDlFBnOcFpQGEWnwmIr1HA2jIzLxr9PAR6c84A==",
|
"integrity": "sha512-xtqeXdeGzC8DUE5eSYNKrLkUy8kihoakOe3W/jq3QLnIfTCtjK1jBFV/vk9fge9QuvUcOCiWP1bDxBeYKXgQHA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"abbrev": {
|
"abbrev": {
|
||||||
|
@ -2798,9 +2798,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"y18n": {
|
"y18n": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
|
||||||
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
|
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"yallist": {
|
"yallist": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/WordPress/twentynineteen#readme",
|
"homepage": "https://github.com/WordPress/twentynineteen#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^3.0.0",
|
"@wordpress/browserslist-config": "^3.0.2",
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"chokidar-cli": "^2.1.0",
|
"chokidar-cli": "^2.1.0",
|
||||||
"node-sass": "^5.0.0",
|
"node-sass": "^5.0.0",
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -18,12 +18,13 @@
|
||||||
"url": "https://github.com/wordpress/twentytwenty/issues"
|
"url": "https://github.com/wordpress/twentytwenty/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^2.7.0",
|
"@wordpress/browserslist-config": "^3.0.2",
|
||||||
"@wordpress/scripts": "^13.0.1",
|
"@wordpress/scripts": "^14.1.0",
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"concurrently": "^5.3.0",
|
"concurrently": "^6.0.1",
|
||||||
"postcss-cli": "^7.1.2",
|
"postcss-cli": "^8.3.1",
|
||||||
"rtlcss": "^2.6.2",
|
"postcss": "^8.2.9",
|
||||||
|
"rtlcss": "^3.1.2",
|
||||||
"stylelint-a11y": "^1.2.3"
|
"stylelint-a11y": "^1.2.3"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -13,23 +13,24 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://wordpress.org/themes/twentytwentyone/",
|
"homepage": "https://wordpress.org/themes/twentytwentyone/",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@wordpress/browserslist-config": "^3.0.0",
|
"@wordpress/browserslist-config": "^3.0.2",
|
||||||
"@wordpress/eslint-plugin": "^8.0.1",
|
"@wordpress/eslint-plugin": "^9.0.2",
|
||||||
"autoprefixer": "^9.5.1",
|
"autoprefixer": "^9.5.1",
|
||||||
"chokidar-cli": "^2.1.0",
|
"chokidar-cli": "^2.1.0",
|
||||||
"eslint": "^7.18.0",
|
"eslint": "^7.23.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": "^8.0.0",
|
||||||
"postcss-cli": "^7.1.0",
|
"postcss-cli": "^8.3.1",
|
||||||
|
"postcss": "^8.2.9",
|
||||||
"postcss-css-variables": "^0.17.0",
|
"postcss-css-variables": "^0.17.0",
|
||||||
"postcss-custom-media": "^7.0.8",
|
"postcss-custom-media": "^8.0.0",
|
||||||
"postcss-discard-duplicates": "^4.0.2",
|
"postcss-discard-duplicates": "^4.0.2",
|
||||||
"postcss-focus-within": "^3.0.0",
|
"postcss-focus-within": "^4.0.0",
|
||||||
"postcss-nested": "^4.2.1",
|
"postcss-nested": "^5.0.5",
|
||||||
"rtlcss": "^2.6.1",
|
"rtlcss": "^3.1.2",
|
||||||
"sass": "^1.32.5",
|
"sass": "^1.32.8",
|
||||||
"stylelint": "^13.9.0",
|
"stylelint": "^13.12.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.8-alpha-50665';
|
$wp_version = '5.8-alpha-50666';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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