aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-08-14 21:54:34 +0200
committerGravatar GitHub <noreply@github.com> 2024-08-14 21:54:34 +0200
commit692e30465dd0b0dcd302eccc26af34148d17667b (patch)
tree66cfac6834403ddc9d40e6cef27a9bb6ed848a2f /package.json
parent396d5cc7cacc5db19a787bb9740ae2bfc698babd (diff)
Update about running tests (#6709)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f3c67bfa8..3b6819841 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^9.8.0",
- "@eslint/js": "^9.8.0",
+ "eslint": "^9.9.0",
+ "@eslint/js": "^9.9.0",
"globals": "^15.9.0",
"markdownlint-cli": "^0.41.0",
"neostandard": "^0.11.2",