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-07-01 11:00:39 +0300
committerGitHub <noreply@github.com>2022-07-01 11:00:39 +0300
commitcf850951a473a5df20f2fd1a9be3f0d3e914146f (patch)
tree0646ae47888130e43dfbfc22fd2d35b48e00ef36 /package.json
parent443656a824c28ec9a86ba7500162e7354f523a0e (diff)
Bump stylelint-config-standard from 25.0.0 to 26.0.0dependabot/npm_and_yarn/stylelint-config-standard-26.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 25.0.0 to 26.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/25.0.0...26.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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 0012183..31bc661 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
},
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
- "stylelint-config-standard": "^25.0.0",
+ "stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.2.0"
},