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-02-09 16:40:36 +0300
committerGitHub <noreply@github.com>2021-02-09 16:40:36 +0300
commit8ae4d8151379b7b8dce488b5972ce6035c35d1ec (patch)
tree7b9a2813835f659ddaa8499bf8f1331506c98a97
parent25a40827456444e46cb16b5d6fb5798d36a33a19 (diff)
Bump stylelint-scss from 3.18.0 to 3.19.0 (#101)
Bumps [stylelint-scss](https://github.com/kristerkari/stylelint-scss) from 3.18.0 to 3.19.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.18.0...3.19.0) 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 77d99ec..c263365 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2527,9 +2527,9 @@
}
},
"stylelint-scss": {
- "version": "3.18.0",
- "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.18.0.tgz",
- "integrity": "sha512-LD7+hv/6/ApNGt7+nR/50ft7cezKP2HM5rI8avIdGaUWre3xlHfV4jKO/DRZhscfuN+Ewy9FMhcTq0CcS0C/SA==",
+ "version": "3.19.0",
+ "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-3.19.0.tgz",
+ "integrity": "sha512-Ic5bsmpS4wVucOw44doC1Yi9f5qbeVL4wPFiEOaUElgsOuLEN6Ofn/krKI8BeNL2gAn53Zu+IcVV4E345r6rBw==",
"requires": {
"lodash": "^4.17.15",
"postcss-media-query-parser": "^0.2.3",
diff --git a/package.json b/package.json
index 1273d7b..77eaccd 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
- "stylelint-scss": "^3.18.0"
+ "stylelint-scss": "^3.19.0"
},
"devDependencies": {
"eslint": "^7.19.0",