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-01-24 22:52:21 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-04-05 18:13:39 +0300
commit05506b35be22e731c75a792f2fcb568bdd886386 (patch)
tree1d00f5ad8d9acfb84df60c1e7d3201631f72657c /package.json
parent813183b17503b7219fba2c1a0bc97adb81c52f32 (diff)
Update dependenciesdev
* stylelint-config-standard ^24.0.0 → ^25.0.0 * stylelint-scss ^4.1.0 → ^4.2.0 * eslint ^8.10.0 → ^8.11.0 * stylelint ^14.2.0 → ^14.6.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index b45fe88..7d3ab06 100644
--- a/package.json
+++ b/package.json
@@ -27,17 +27,17 @@
"node": ">=12"
},
"peerDependencies": {
- "stylelint": "^14.1.0"
+ "stylelint": "^14.4.0"
},
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
- "stylelint-config-standard": "^24.0.0",
+ "stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
- "stylelint-scss": "^4.1.0"
+ "stylelint-scss": "^4.2.0"
},
"devDependencies": {
"eslint": "^8.12.0",
- "stylelint": "^14.2.0"
+ "stylelint": "^14.6.1"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore --report-unused-disable-directives .",