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-10-01 15:13:34 +0300
committerGitHub <noreply@github.com>2021-10-01 15:13:34 +0300
commit9ee9bb9013d86e7282fa77a5f081be7c82ecb886 (patch)
tree06df97f110498e3f5218558ded5ebb7829304b2a
parent3ac17068e7a767844b9193690531ac09859c8c62 (diff)
Bump stylelint-scss from 3.20.1 to 3.21.0 (#126)
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.20.1 to 3.21.0. - [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.20.1...3.21.0) --- 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 79c249b..f2c484e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2630,9 +2630,9 @@
}
},
"stylelint-scss": {
- "version": "3.20.1",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.20.1.tgz",
- "integrity": "sha512-OTd55O1TTAC5nGKkVmUDLpz53LlK39R3MImv1CfuvsK7/qugktqiZAeQLuuC4UBhzxCnsc7fp9u/gfRZwFAIkA==",
+ "version": "3.21.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.21.0.tgz",
+ "integrity": "sha512-CMI2wSHL+XVlNExpauy/+DbUcB/oUZLARDtMIXkpV/5yd8nthzylYd1cdHeDMJVBXeYHldsnebUX6MoV5zPW4A==",
"requires": {
"lodash": "^4.17.15",
"postcss-media-query-parser": "^0.2.3",
diff --git a/package.json b/package.json
index 6312176..59da6a7 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.20.1"
+ "stylelint-scss": "^3.21.0"
},
"devDependencies": {
"eslint": "^7.32.0",