1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

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[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-22 04:07:45 +00:00 committed by GitHub
parent 5b1c2d61fc
commit 923692f13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -21838,9 +21838,9 @@
}
},
"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

@ -83,7 +83,7 @@
"prepend": "^1.0.2",
"prettier": "^2.2.1",
"slugify": "^1.4.6",
"stylelint": "^13.10.0",
"stylelint": "^13.11.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-prettier": "^1.1.2"
},