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:
parent
823b703fe9
commit
4e31dc573d
2694
src/wp-content/themes/twentynineteen/package-lock.json
generated
2694
src/wp-content/themes/twentynineteen/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,11 +10,11 @@
|
|||||||
"@wordpress/browserslist-config": "^2.5.0",
|
"@wordpress/browserslist-config": "^2.5.0",
|
||||||
"autoprefixer": "^9.6.0",
|
"autoprefixer": "^9.6.0",
|
||||||
"chokidar-cli": "^2.0.0",
|
"chokidar-cli": "^2.0.0",
|
||||||
"node-sass": "^4.12.0",
|
"node-sass": "^4.14.1",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss-cli": "^6.1.2",
|
"postcss-cli": "^7.0.0",
|
||||||
"postcss-focus-within": "^3.0.0",
|
"postcss-focus-within": "^3.0.0",
|
||||||
"rtlcss": "^2.4.0"
|
"rtlcss": "^2.5.0"
|
||||||
},
|
},
|
||||||
"rtlcssConfig": {
|
"rtlcssConfig": {
|
||||||
"options": {
|
"options": {
|
||||||
|
@ -2797,8 +2797,7 @@ body.page .main-navigation {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 250ms ease-in-out,
|
transition: background 250ms ease-in-out, transform 150ms ease;
|
||||||
transform 150ms ease;
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
}
|
}
|
||||||
|
@ -2797,8 +2797,7 @@ body.page .main-navigation {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: background 250ms ease-in-out,
|
transition: background 250ms ease-in-out, transform 150ms ease;
|
||||||
transform 150ms ease;
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
}
|
}
|
||||||
|
7607
src/wp-content/themes/twentytwenty/package-lock.json
generated
7607
src/wp-content/themes/twentytwenty/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,10 +21,10 @@
|
|||||||
"@wordpress/browserslist-config": "^2.6.0",
|
"@wordpress/browserslist-config": "^2.6.0",
|
||||||
"@wordpress/scripts": "^5.0.0",
|
"@wordpress/scripts": "^5.0.0",
|
||||||
"autoprefixer": "^9.6.1",
|
"autoprefixer": "^9.6.1",
|
||||||
"concurrently": "^4.1.2",
|
"concurrently": "^5.2.0",
|
||||||
"postcss-cli": "^6.1.3",
|
"postcss-cli": "^7.0.0",
|
||||||
"rtlcss": "^2.4.0",
|
"rtlcss": "^2.5.0",
|
||||||
"stylelint-a11y": "^1.2.1"
|
"stylelint-a11y": "^1.2.3"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"extends @wordpress/browserslist-config"
|
"extends @wordpress/browserslist-config"
|
||||||
|
Loading…
Reference in New Issue
Block a user