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-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-02 13:52:32 +0300
committerGitHub <noreply@github.com>2020-06-02 13:52:32 +0300
commit1fbe27c946db0438b1b87d63998042ecdf112c65 (patch)
treeabd0550d2aa1a18d9279d685801dea1e063e4527
parent608c7339a3f9920651f1bcb3674351e42c03bbcf (diff)
Bump stylelint-order from 4.0.0 to 4.1.0 (#67)
Bumps [stylelint-order](https://github.com/hudochenkov/stylelint-order) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/4.0.0...4.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 17 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index ce63e1f..c8af589 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2712,13 +2712,25 @@
}
},
"stylelint-order": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.0.0.tgz",
- "integrity": "sha512-bXV0v+jfB0+JKsqIn3mLglg1Dj2QCYkFHNfL1c+rVMEmruZmW5LUqT/ARBERfBm8SFtCuXpEdatidw/3IkcoiA==",
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-4.1.0.tgz",
+ "integrity": "sha512-sVTikaDvMqg2aJjh4r48jsdfmqLT+nqB1MOsaBnvM3OwLx4S+WXcsxsgk5w18h/OZoxZCxuyXMh61iBHcj9Qiw==",
"requires": {
"lodash": "^4.17.15",
- "postcss": "^7.0.26",
+ "postcss": "^7.0.31",
"postcss-sorting": "^5.0.1"
+ },
+ "dependencies": {
+ "postcss": {
+ "version": "7.0.31",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.31.tgz",
+ "integrity": "sha512-a937VDHE1ftkjk+8/7nj/mrjtmkn69xxzJgRETXdAUU+IgOYPQNJF17haGWbeDxSyk++HA14UA98FurvPyBJOA==",
+ "requires": {
+ "chalk": "^2.4.2",
+ "source-map": "^0.6.1",
+ "supports-color": "^6.1.0"
+ }
+ }
}
},
"stylelint-scss": {
diff --git a/package.json b/package.json
index 6f1b4d7..2c61101 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
"dependencies": {
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
- "stylelint-order": "^4.0.0",
+ "stylelint-order": "^4.1.0",
"stylelint-scss": "^3.17.2"
},
"devDependencies": {