Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rfs.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-05-01 14:36:38 +0300
committerGitHub <noreply@github.com>2021-05-01 14:36:38 +0300
commit63cadb2ee7e2a12ea6f7ec970a46e647f4353319 (patch)
treed6487ef4a2ddfaa01df55fd7bc6722f109032e2c
parent441be5d5ada3613b5d04916b86a5acbefd9b618e (diff)
Build(deps-dev): Bump stylelint-config-standard from 21.0.0 to 22.0.0 (#382)
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 21.0.0 to 22.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 42dedbb..ade8629 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11349,18 +11349,18 @@
}
},
"stylelint-config-recommended": {
- "version": "4.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-4.0.0.tgz",
- "integrity": "sha512-sgna89Ng+25Hr9kmmaIxpGWt2LStVm1xf1807PdcWasiPDaOTkOHRL61sINw0twky7QMzafCGToGDnHT/kTHtQ==",
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-5.0.0.tgz",
+ "integrity": "sha512-c8aubuARSu5A3vEHLBeOSJt1udOdS+1iue7BmJDTSXoCBmfEQmmWX+59vYIj3NQdJBY6a/QRv1ozVFpaB9jaqA==",
"dev": true
},
"stylelint-config-standard": {
- "version": "21.0.0",
- "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-21.0.0.tgz",
- "integrity": "sha512-Yf6mx5oYEbQQJxWuW7X3t1gcxqbUx52qC9SMS3saC2ruOVYEyqmr5zSW6k3wXflDjjFrPhar3kp68ugRopmlzg==",
+ "version": "22.0.0",
+ "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-22.0.0.tgz",
+ "integrity": "sha512-uQVNi87SHjqTm8+4NIP5NMAyY/arXrBgimaaT7skvRfE9u3JKXRK9KBkbr4pVmeciuCcs64kAdjlxfq6Rur7Hw==",
"dev": true,
"requires": {
- "stylelint-config-recommended": "^4.0.0"
+ "stylelint-config-recommended": "^5.0.0"
}
},
"stylus": {
diff --git a/package.json b/package.json
index bd65ab4..df66e47 100644
--- a/package.json
+++ b/package.json
@@ -73,7 +73,7 @@
"prettier": "^2.2.1",
"sass": "^1.32.12",
"stylelint": "^13.13.1",
- "stylelint-config-standard": "^21.0.0",
+ "stylelint-config-standard": "^22.0.0",
"stylus": "^0.54.8",
"xo": "^0.39.1"
},