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-04-01 14:47:14 +0300
committerGitHub <noreply@github.com>2021-04-01 14:47:14 +0300
commit262fcc17ff45fda4b8b918ea61893fe7a689ce61 (patch)
tree7a1b9e383f53c4ec01c12ea6455ccf5be52924bc /package.json
parent3f18e87d45fb1bc070cac9d510296cb315bbb65b (diff)
Bump stylelint from 13.11.0 to 13.12.0 (#108)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.11.0 to 13.12.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/13.11.0...13.12.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f7ee35c..582e78d 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
},
"devDependencies": {
"eslint": "^7.21.0",
- "stylelint": "^13.11.0"
+ "stylelint": "^13.12.0"
},
"scripts": {
"eslint": "eslint --report-unused-disable-directives .",