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-05-01 14:22:41 +0300
committerGitHub <noreply@github.com>2021-05-01 14:22:41 +0300
commit9925cbe68d6dfe8b694681332576caa6e1aab338 (patch)
treea46dc69e12a397cec915806f66db8d79dca7d73a
parent583d6d0c2a59628e4fbf49d81054e0f47e74e825 (diff)
Bump stylelint-config-standard from 20.0.0 to 21.0.0 (#114)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/20.0.0...21.0.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.json15
-rw-r--r--package.json2
2 files changed, 12 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index ba4a6fd..50d4054 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2734,11 +2734,18 @@
}
},
"stylelint-config-standard": {
- "version": "20.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-20.0.0.tgz",
- "integrity": "sha512-IB2iFdzOTA/zS4jSVav6z+wGtin08qfj+YyExHB3LF9lnouQht//YyB0KZq9gGz5HNPkddHOzcY8HsUey6ZUlA==",
+ "version": "21.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz",
+ "integrity": "sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==",
"requires": {
- "stylelint-config-recommended": "^3.0.0"
+ "stylelint-config-recommended": "^4.0.0"
+ },
+ "dependencies": {
+ "stylelint-config-recommended": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz",
+ "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ=="
+ }
}
},
"stylelint-order": {
diff --git a/package.json b/package.json
index 980a02b..b24113d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
},
"dependencies": {
"stylelint-config-recommended-scss": "^4.2.0",
- "stylelint-config-standard": "^20.0.0",
+ "stylelint-config-standard": "^21.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
},