Bump stylelint from 13.10.0 to 13.11.0

Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.10.0 to 13.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.10.0...13.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-22 05:24:46 +00:00
parent 037d91fdb3
commit 474e9683ff
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View File

@ -62,7 +62,7 @@
"rimraf": "^3.0.2",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"stylelint": "^13.9.0",
"stylelint": "^13.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
@ -12923,9 +12923,9 @@
"dev": true
},
"node_modules/stylelint": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.10.0.tgz",
"integrity": "sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==",
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.11.0.tgz",
"integrity": "sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw==",
"dev": true,
"dependencies": {
"@stylelint/postcss-css-in-js": "^0.37.2",
@ -12982,6 +12982,10 @@
},
"engines": {
"node": ">=10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stylelint"
}
},
"node_modules/stylelint-config-rational-order": {
@ -26838,9 +26842,9 @@
"dev": true
},
"stylelint": {
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.10.0.tgz",
"integrity": "sha512-eDuLrL0wzPKbl5/TbNGZcbw0lTIGbDEr5W6lCODvb1gAg0ncbgCRt7oU0C2VFDvbrcY0A3MFZOwltwTRmc0XCw==",
"version": "13.11.0",
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-13.11.0.tgz",
"integrity": "sha512-DhrKSWDWGZkCiQMtU+VroXM6LWJVC8hSK24nrUngTSQvXGK75yZUq4yNpynqrxD3a/fzKMED09V+XxO4z4lTbw==",
"dev": true,
"requires": {
"@stylelint/postcss-css-in-js": "^0.37.2",

View File

@ -86,7 +86,7 @@
"rimraf": "^3.0.2",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"stylelint": "^13.9.0",
"stylelint": "^13.11.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",