mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-18 03:41:10 +08:00
Update dependency @wordpress/scripts to v20 (#1887)
* Update dependency @wordpress/scripts to v20 * Update stylelint config Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com>
This commit is contained in:
parent
c171361960
commit
9e20f808a5
3 changed files with 2257 additions and 4013 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "@wordpress/stylelint-config",
|
||||
"extends": "@wordpress/stylelint-config/scss",
|
||||
"rules": {
|
||||
"at-rule-empty-line-before": null,
|
||||
"at-rule-no-unknown": null,
|
||||
|
@ -14,6 +14,8 @@
|
|||
"selector-class-pattern": null,
|
||||
"value-keyword-case": null,
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"selector-id-pattern": null
|
||||
"selector-id-pattern": null,
|
||||
"scss/selector-no-redundant-nesting-selector": null,
|
||||
"scss/no-global-function-names": null
|
||||
}
|
||||
}
|
||||
|
|
6262
package-lock.json
generated
6262
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -78,7 +78,7 @@
|
|||
"@woocommerce/eslint-plugin": "1.3.0",
|
||||
"@wordpress/browserslist-config": "4.1.0",
|
||||
"@wordpress/env": "4.2.0",
|
||||
"@wordpress/scripts": "19.2.4",
|
||||
"@wordpress/scripts": "20.0.2",
|
||||
"autoprefixer": "10.4.2",
|
||||
"bourbon": "7.0.0",
|
||||
"browserslist": "4.19.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue