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>2022-10-01 21:10:14 +0300
committerGitHub <noreply@github.com>2022-10-01 21:10:14 +0300
commitbcb947e172db940eaa671e305547f29b60f63b8a (patch)
tree84d6ef4fd47c3cad665b46ec28946ee6f3e7c8ad /package.json
parent86b61c7c1b56e0df083b9c751b10c807eb1685b3 (diff)
Bump stylelint from 14.11.0 to 14.13.0 (#171)
* Bump stylelint from 14.11.0 to 14.13.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.11.0 to 14.13.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/14.11.0...14.13.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Don't touch peerdeps Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.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 e045667..27aabd9 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
},
"devDependencies": {
"eslint": "^8.23.0",
- "stylelint": "^14.11.0"
+ "stylelint": "^14.13.0"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore .",