mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
Bump stylelint from 13.10.0 to 13.11.0 in /dependencies (#1252)
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[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
parent
3da1cfc3d3
commit
dd97a33d9d
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -33,7 +33,7 @@
|
|||
"prettyjson": "^1.2.1",
|
||||
"sql-lint": "0.0.15",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.10.0",
|
||||
"stylelint": "^13.11.0",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-scss": "^3.19.0",
|
||||
|
@ -8366,9 +8366,9 @@
|
|||
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
|
||||
},
|
||||
"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==",
|
||||
"dependencies": {
|
||||
"@stylelint/postcss-css-in-js": "^0.37.2",
|
||||
"@stylelint/postcss-markdown": "^0.36.2",
|
||||
|
@ -16246,9 +16246,9 @@
|
|||
"integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI="
|
||||
},
|
||||
"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==",
|
||||
"requires": {
|
||||
"@stylelint/postcss-css-in-js": "^0.37.2",
|
||||
"@stylelint/postcss-markdown": "^0.36.2",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -28,7 +28,7 @@
|
|||
"prettyjson": "^1.2.1",
|
||||
"sql-lint": "0.0.15",
|
||||
"standard": "^16.0.3",
|
||||
"stylelint": "^13.10.0",
|
||||
"stylelint": "^13.11.0",
|
||||
"stylelint-config-sass-guidelines": "^8.0.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-scss": "^3.19.0",
|
||||
|
|
Loading…
Reference in a new issue