aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-04-15 15:50:00 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-15 15:50:00 +0200
commitb22d9279bdf12ba4a2b0de911f123813a80a8691 (patch)
tree2c8a2bb46ac7916c6023b5790dac27d10595ce29 /package.json
parent6901ff1e700a4cc886fae768423cbb22b53fc2ee (diff)
Update @stylistic/stylelint-plugin (#6307)
fix https://github.com/FreshRSS/FreshRSS/issues/6281
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 44cdb376d..17c580eb5 100644
--- a/package.json
+++ b/package.json
@@ -41,10 +41,10 @@
"markdownlint-cli": "^0.39.0",
"rtlcss": "^4.1.1",
"sass": "^1.74.1",
- "stylelint": "^15.11.0",
- "stylelint-config-recommended-scss": "^13.1.0",
+ "stylelint": "^16.3.1",
+ "stylelint-config-recommended-scss": "^14.0.0",
"stylelint-order": "^6.0.4",
- "stylelint-stylistic": "^0.4.5"
+ "@stylistic/stylelint-plugin": "^2.1.1"
},
"rtlcssConfig": {}
}