Bundled Themes: Update several package versions in Twenty Twenty and Twenty Nineteen.

The following packages received version bumps:

Twenty Twenty
- `concurrently`
- `postcss-cli`
- `rtlcss`
- `stylelint-a11y`

Twenty Nineteen
- `node-sass`
- `postcss-cli`
- `rtlcss`

See #49768.
Built from https://develop.svn.wordpress.org/trunk@47925


git-svn-id: http://core.svn.wordpress.org/trunk@47699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-06-08 18:47:08 +00:00
parent 4adfd75159
commit 9e9be350e2
8 changed files with 4634 additions and 5691 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,11 @@
"@wordpress/browserslist-config": "^2.5.0",
"autoprefixer": "^9.6.0",
"chokidar-cli": "^2.0.0",
"node-sass": "^4.12.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.2",
"postcss-cli": "^7.0.0",
"postcss-focus-within": "^3.0.0",
"rtlcss": "^2.4.0"
"rtlcss": "^2.5.0"
},
"rtlcssConfig": {
"options": {

View File

@ -2797,8 +2797,7 @@ body.page .main-navigation {
background: transparent;
color: inherit;
cursor: pointer;
transition: background 250ms ease-in-out,
transform 150ms ease;
transition: background 250ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}

View File

@ -2797,8 +2797,7 @@ body.page .main-navigation {
background: transparent;
color: inherit;
cursor: pointer;
transition: background 250ms ease-in-out,
transform 150ms ease;
transition: background 250ms ease-in-out, transform 150ms ease;
-webkit-appearance: none;
-moz-appearance: none;
}

File diff suppressed because it is too large Load Diff

View File

@ -21,10 +21,10 @@
"@wordpress/browserslist-config": "^2.6.0",
"@wordpress/scripts": "^5.0.0",
"autoprefixer": "^9.6.1",
"concurrently": "^4.1.2",
"postcss-cli": "^6.1.3",
"rtlcss": "^2.4.0",
"stylelint-a11y": "^1.2.1"
"concurrently": "^5.2.0",
"postcss-cli": "^7.0.0",
"rtlcss": "^2.5.0",
"stylelint-a11y": "^1.2.3"
},
"browserslist": [
"extends @wordpress/browserslist-config"

View File

@ -5857,7 +5857,7 @@ a.to-the-top > * {
.wp-block-image .alignright {
margin-left: 0;
}
.wp-block-image .aligncenter figcaption {
text-align: center;
}

View File

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