aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-02-21 13:57:56 +0100
committerGravatar GitHub <noreply@github.com> 2025-02-21 13:57:56 +0100
commitf477a261d686e1d37853e4718c9e6e4393498959 (patch)
tree6d866faa88ebdebb1b4a427df68624a583baeaa8 /package.json
parentd5b8572ec7c4f5c0f6d49296aeffc2d0b706908f (diff)
Update dev tools (#7347)
In particular those not covered by Dependabot
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 03d8f1dd0..579319318 100644
--- a/package.json
+++ b/package.json
@@ -34,17 +34,17 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^9.19.0",
- "@eslint/js": "^9.16.0",
- "globals": "^15.14.0",
+ "eslint": "^9.20.1",
+ "@eslint/js": "^9.20.0",
+ "globals": "^16.0.0",
"markdownlint-cli": "^0.44.0",
- "neostandard": "^0.12.0",
+ "neostandard": "^0.12.1",
"rtlcss": "^4.3.0",
- "sass": "^1.83.4",
+ "sass": "^1.85.0",
"stylelint": "^16.14.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-order": "^6.0.4",
- "@stylistic/stylelint-plugin": "^3.1.1"
+ "@stylistic/stylelint-plugin": "^3.1.2"
},
"rtlcssConfig": {}
}