Update dependency stylelint-config-standard-scss to v11.1.0 (#754)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7bc6842502
commit
dfb459496b
2 changed files with 11 additions and 11 deletions
20
package-lock.json
generated
20
package-lock.json
generated
|
@ -87,7 +87,7 @@
|
|||
"sjcl": "1.0.8",
|
||||
"stylelint": "15.11.0",
|
||||
"stylelint-config-standard": "34.0.0",
|
||||
"stylelint-config-standard-scss": "11.0.0",
|
||||
"stylelint-config-standard-scss": "11.1.0",
|
||||
"stylelint-prettier": "4.0.2",
|
||||
"tracked-built-ins": "3.3.0",
|
||||
"typescript": "5.2.2",
|
||||
|
@ -52586,14 +52586,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint-config-recommended-scss": {
|
||||
"version": "13.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.0.0.tgz",
|
||||
"integrity": "sha512-7AmMIsHTsuwUQm7I+DD5BGeIgCvqYZ4BpeYJJpb1cUXQwrJAKjA+GBotFZgUEGP8lAM+wmd91ovzOi8xfAyWEw==",
|
||||
"version": "13.1.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz",
|
||||
"integrity": "sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"postcss-scss": "^4.0.7",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"stylelint-config-recommended": "^13.0.0",
|
||||
"stylelint-scss": "^5.1.0"
|
||||
"stylelint-scss": "^5.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.3.3",
|
||||
|
@ -52621,12 +52621,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/stylelint-config-standard-scss": {
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.0.0.tgz",
|
||||
"integrity": "sha512-fGE79NBOLg09a9afqGH/guJulRULCaQWWv4cv1v2bMX92B+fGb0y56WqIguwvFcliPmmUXiAhKrrnXilIeXoHA==",
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz",
|
||||
"integrity": "sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"stylelint-config-recommended-scss": "^13.0.0",
|
||||
"stylelint-config-recommended-scss": "^13.1.0",
|
||||
"stylelint-config-standard": "^34.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
"sjcl": "1.0.8",
|
||||
"stylelint": "15.11.0",
|
||||
"stylelint-config-standard": "34.0.0",
|
||||
"stylelint-config-standard-scss": "11.0.0",
|
||||
"stylelint-config-standard-scss": "11.1.0",
|
||||
"stylelint-prettier": "4.0.2",
|
||||
"tracked-built-ins": "3.3.0",
|
||||
"typescript": "5.2.2",
|
||||
|
|
Loading…
Reference in a new issue