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.

git-svn-id: https://develop.svn.wordpress.org/trunk@47925 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2020-06-08 18:45:08 +00:00
parent 823b703fe9
commit 4e31dc573d
7 changed files with 4633 additions and 5690 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;
}