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": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-3.0.0.tgz",
|
||||
"integrity": "sha512-8BDfpILiw23rr5znj6K9M+vUZ8nBzMzG/XPyFdRG0Wr/OsnzTDlFBnOcFpQGEWnwmIr1HA2jIzLxr9PAR6c84A==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-3.0.2.tgz",
|
||||
"integrity": "sha512-xtqeXdeGzC8DUE5eSYNKrLkUy8kihoakOe3W/jq3QLnIfTCtjK1jBFV/vk9fge9QuvUcOCiWP1bDxBeYKXgQHA==",
|
||||
"dev": true
|
||||
},
|
||||
"abbrev": {
|
||||
|
@ -2798,9 +2798,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"y18n": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz",
|
||||
"integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz",
|
||||
"integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==",
|
||||
"dev": true
|
||||
},
|
||||
"yallist": {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"homepage": "https://github.com/WordPress/twentynineteen#readme",
|
||||
"devDependencies": {
|
||||
"@wordpress/browserslist-config": "^3.0.0",
|
||||
"@wordpress/browserslist-config": "^3.0.2",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"chokidar-cli": "^2.1.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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/browserslist-config": "^2.7.0",
|
||||
"@wordpress/scripts": "^13.0.1",
|
||||
"@wordpress/browserslist-config": "^3.0.2",
|
||||
"@wordpress/scripts": "^14.1.0",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"concurrently": "^5.3.0",
|
||||
"postcss-cli": "^7.1.2",
|
||||
"rtlcss": "^2.6.2",
|
||||
"concurrently": "^6.0.1",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss": "^8.2.9",
|
||||
"rtlcss": "^3.1.2",
|
||||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -13,23 +13,24 @@
|
|||
},
|
||||
"homepage": "https://wordpress.org/themes/twentytwentyone/",
|
||||
"devDependencies": {
|
||||
"@wordpress/browserslist-config": "^3.0.0",
|
||||
"@wordpress/eslint-plugin": "^8.0.1",
|
||||
"@wordpress/browserslist-config": "^3.0.2",
|
||||
"@wordpress/eslint-plugin": "^9.0.2",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"chokidar-cli": "^2.1.0",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint": "^7.23.0",
|
||||
"minimist": "^1.2.2",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss-calc": "^7.0.5",
|
||||
"postcss-cli": "^7.1.0",
|
||||
"postcss-calc": "^8.0.0",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss": "^8.2.9",
|
||||
"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-focus-within": "^3.0.0",
|
||||
"postcss-nested": "^4.2.1",
|
||||
"rtlcss": "^2.6.1",
|
||||
"sass": "^1.32.5",
|
||||
"stylelint": "^13.9.0",
|
||||
"postcss-focus-within": "^4.0.0",
|
||||
"postcss-nested": "^5.0.5",
|
||||
"rtlcss": "^3.1.2",
|
||||
"sass": "^1.32.8",
|
||||
"stylelint": "^13.12.0",
|
||||
"stylelint-config-recommended-scss": "^4.2.0",
|
||||
"stylelint-config-wordpress": "^17.0.0"
|
||||
},
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue