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-11-01 13:21:08 +0300
committerGitHub <noreply@github.com>2022-11-01 13:21:08 +0300
commit1e6b1f5512c818479a9dc7831f093288f7fbaef1 (patch)
treeb498e85996b219f4360129a15ccc98b0f3fd3ead
parent43893adeb0f9519e6043322bf5fca857860fce9d (diff)
Bump stylelint-config-standard from 28.0.0 to 29.0.0 (#176)
* Bump stylelint-config-standard from 28.0.0 to 29.0.0 Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 28.0.0 to 29.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/28.0.0...29.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> * Removed: stylelint less than 14.14.0 from peer dependencies 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>
-rw-r--r--package-lock.json18
-rw-r--r--package.json4
2 files changed, 11 insertions, 11 deletions
diff --git a/package-lock.json b/package-lock.json
index d700443..adf7a7a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
- "stylelint-config-standard": "^28.0.0",
+ "stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-scss": "^4.3.0"
},
@@ -22,7 +22,7 @@
"node": ">=12"
},
"peerDependencies": {
- "stylelint": "^14.11.0"
+ "stylelint": "^14.14.0"
}
},
"node_modules/@babel/code-frame": {
@@ -2178,14 +2178,14 @@
}
},
"node_modules/stylelint-config-standard": {
- "version": "28.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz",
- "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==",
+ "version": "29.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-29.0.0.tgz",
+ "integrity": "sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==",
"dependencies": {
"stylelint-config-recommended": "^9.0.0"
},
"peerDependencies": {
- "stylelint": "^14.11.0"
+ "stylelint": "^14.14.0"
}
},
"node_modules/stylelint-config-standard-scss": {
@@ -4044,9 +4044,9 @@
}
},
"stylelint-config-standard": {
- "version": "28.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-28.0.0.tgz",
- "integrity": "sha512-q/StuowDdDmFCravzGHAwgS9pjX0bdOQUEBBDIkIWsQuYGgYz/xsO8CM6eepmIQ1fc5bKdDVimlJZ6MoOUcJ5Q==",
+ "version": "29.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-29.0.0.tgz",
+ "integrity": "sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==",
"requires": {
"stylelint-config-recommended": "^9.0.0"
}
diff --git a/package.json b/package.json
index a6a64d5..535e9fd 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,11 @@
"node": ">=12"
},
"peerDependencies": {
- "stylelint": "^14.11.0"
+ "stylelint": "^14.14.0"
},
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
- "stylelint-config-standard": "^28.0.0",
+ "stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-scss": "^4.3.0"
},