Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-19 19:29:19 +0300
committerGitHub <noreply@github.com>2021-07-19 19:29:19 +0300
commit7e48bcefb4c2e1bc5efaa6a1acf9e34986cbd438 (patch)
tree1853a16714db2517cbb236b07a098e51ef39e0af
parente85fc114764b9c9f3fa7a1b2949d34990c3eab15 (diff)
Bump stylelint-scss from 3.19.0 to 3.20.1 (#122)
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.19.0 to 3.20.1. - [Release notes](https://github.com/kristerkari/stylelint-scss/releases) - [Changelog](https://github.com/kristerkari/stylelint-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/kristerkari/stylelint-scss/compare/3.19.0...3.20.1) --- updated-dependencies: - dependency-name: stylelint-scss dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 49fa3ad..d0029dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2630,9 +2630,9 @@
}
},
"stylelint-scss": {
- "version": "3.19.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz",
- "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==",
+ "version": "3.20.1",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
+ "integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
"requires": {
"lodash": "^4.17.15",
"postcss-media-query-parser": "^0.2.3",
diff --git a/package.json b/package.json
index fcd1fde..289970d 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
- "stylelint-scss": "^3.19.0"
+ "stylelint-scss": "^3.20.1"
},
"devDependencies": {
"eslint": "^7.31.0",