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:
authorXhmikosR <xhmikosr@gmail.com>2022-07-11 09:08:00 +0300
committerGitHub <noreply@github.com>2022-07-11 09:08:00 +0300
commit3c0acc7ca7dc1ce35ccb1b414749cf73c4afcf3c (patch)
tree515f437399bc62248ed7893035a66910657f77a4
parent406815cc9f5bb230347af4b1fd8155112f73cf9f (diff)
Update stylelint-config-standard to v26.0.0 (#163)
stylelint ^14.9.0 is required.
-rw-r--r--package-lock.json59
-rw-r--r--package.json4
2 files changed, 50 insertions, 13 deletions
diff --git a/package-lock.json b/package-lock.json
index 2473879..57c2751 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": "^25.0.0",
+ "stylelint-config-standard": "^26.0.0",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-scss": "^4.3.0"
},
@@ -22,7 +22,7 @@
"node": ">=12"
},
"peerDependencies": {
- "stylelint": "^14.4.0"
+ "stylelint": "^14.9.0"
}
},
"node_modules/@babel/code-frame": {
@@ -2111,14 +2111,14 @@
}
},
"node_modules/stylelint-config-standard": {
- "version": "25.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz",
- "integrity": "sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==",
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz",
+ "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==",
"dependencies": {
- "stylelint-config-recommended": "^7.0.0"
+ "stylelint-config-recommended": "^8.0.0"
},
"peerDependencies": {
- "stylelint": "^14.4.0"
+ "stylelint": "^14.9.0"
}
},
"node_modules/stylelint-config-standard-scss": {
@@ -2133,6 +2133,25 @@
"stylelint": "^14.4.0"
}
},
+ "node_modules/stylelint-config-standard-scss/node_modules/stylelint-config-standard": {
+ "version": "25.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz",
+ "integrity": "sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==",
+ "dependencies": {
+ "stylelint-config-recommended": "^7.0.0"
+ },
+ "peerDependencies": {
+ "stylelint": "^14.4.0"
+ }
+ },
+ "node_modules/stylelint-config-standard/node_modules/stylelint-config-recommended": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
+ "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
+ "peerDependencies": {
+ "stylelint": "^14.8.0"
+ }
+ },
"node_modules/stylelint-order": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-5.0.0.tgz",
@@ -3907,11 +3926,19 @@
}
},
"stylelint-config-standard": {
- "version": "25.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz",
- "integrity": "sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==",
+ "version": "26.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-26.0.0.tgz",
+ "integrity": "sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==",
"requires": {
- "stylelint-config-recommended": "^7.0.0"
+ "stylelint-config-recommended": "^8.0.0"
+ },
+ "dependencies": {
+ "stylelint-config-recommended": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-8.0.0.tgz",
+ "integrity": "sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==",
+ "requires": {}
+ }
}
},
"stylelint-config-standard-scss": {
@@ -3921,6 +3948,16 @@
"requires": {
"stylelint-config-recommended-scss": "^6.0.0",
"stylelint-config-standard": "^25.0.0"
+ },
+ "dependencies": {
+ "stylelint-config-standard": {
+ "version": "25.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz",
+ "integrity": "sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==",
+ "requires": {
+ "stylelint-config-recommended": "^7.0.0"
+ }
+ }
}
},
"stylelint-order": {
diff --git a/package.json b/package.json
index 6b83944..632b173 100644
--- a/package.json
+++ b/package.json
@@ -27,11 +27,11 @@
"node": ">=12"
},
"peerDependencies": {
- "stylelint": "^14.4.0"
+ "stylelint": "^14.9.0"
},
"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.3.0"
},