aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-02-21 16:23:45 +0100
committerGitHub <noreply@github.com>2023-02-21 09:23:45 -0600
commit77f70bd5a39f8f52507f143849d105a3c020f115 (patch)
tree6cf5320fac2da00a133fac6940e3af7b6158a31b /package.json
parentc8c2a31818527f7377ddb9fb111a55d0c058ebe7 (diff)
downloadgitea-77f70bd5a39f8f52507f143849d105a3c020f115.tar.gz
gitea-77f70bd5a39f8f52507f143849d105a3c020f115.zip
Upgrade to stylelint 15 (#22944)
- Upgrade stylelint and plugin - Change ruleset to a explicit one, with all deprecated rules removed - Fix new issues detected by value validation For `overflow: overlay` see https://github.com/stylelint/stylelint/issues/6667
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 4a3407bed9..fc063d66da 100644
--- a/package.json
+++ b/package.json
@@ -65,9 +65,8 @@
"jsdom": "21.0.0",
"markdownlint-cli": "0.33.0",
"postcss-less": "6.0.0",
- "stylelint": "14.16.1",
- "stylelint-config-standard": "29.0.0",
- "stylelint-declaration-strict-value": "1.9.1",
+ "stylelint": "15.2.0",
+ "stylelint-declaration-strict-value": "1.9.2",
"svgo": "3.0.2",
"updates": "13.2.7",
"vitest": "0.27.2"