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

github.com/twbs/icons.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-02 17:38:13 +0300
committerGitHub <noreply@github.com>2021-10-02 17:38:13 +0300
commit7badd02ca33f7048718f858aeae27e1b40dfe7ab (patch)
tree9739f6761cf0df142d40396e4e85ae45e3c3ecca
parent491a4d7709d6aeec43f77554f2638d3e27d3f3f1 (diff)
build(deps-dev): bump stylelint-config-twbs-bootstrap (#1029)
Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 2.2.3 to 2.2.4. - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-patch ... 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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 9396508c2..def984beb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7386,15 +7386,15 @@
}
},
"stylelint-config-twbs-bootstrap": {
- "version": "2.2.3",
- "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.2.3.tgz",
- "integrity": "sha512-E/tvUSYV4bz7a2mG29j56I/MRtUGaZRj5zi3nWC+BmeAz7ZIKbuI/dsNXQNYe7tQL72VZoj7de4z8Yv8vefojw==",
+ "version": "2.2.4",
+ "resolved": "https://registry.npmjs.org/stylelint-config-twbs-bootstrap/-/stylelint-config-twbs-bootstrap-2.2.4.tgz",
+ "integrity": "sha512-CN8w9wXGaw65dw+fVRzK4610m/sBFv9tQnUYYu3vcVATe/di/DNpjGBEmQMvzORNXQBvPU5AZKom7crcFWGM2g==",
"dev": true,
"requires": {
"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"
}
},
"stylelint-order": {
diff --git a/package.json b/package.json
index 0142b9044..889f89d21 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"postcss-cli": "^9.0.1",
"purgecss": "^4.0.3",
"stylelint": "^13.13.1",
- "stylelint-config-twbs-bootstrap": "^2.2.3",
+ "stylelint-config-twbs-bootstrap": "^2.2.4",
"svg-sprite": "^1.5.3",
"svgo": "^2.7.0",
"vnu-jar": "21.9.2"