aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-01-05 08:45:21 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-05 08:45:21 +0100
commitc89073d60e491f775a13a9ec57915313eb073964 (patch)
tree28e1fc0b61eb66f7bbc3fdc448dc69f859217491 /package.json
parent4704c11d1770e024bea779a8500ee0b95b8479dc (diff)
Update dev dependencies (#6023)
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 21890a38c..8a5105dea 100644
--- a/package.json
+++ b/package.json
@@ -33,18 +33,18 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^8.52.0",
+ "eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
- "eslint-plugin-import": "^2.29.0",
- "eslint-plugin-n": "^16.2.0",
+ "eslint-plugin-import": "^2.29.1",
+ "eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
- "markdownlint-cli": "^0.37.0",
+ "markdownlint-cli": "^0.38.0",
"rtlcss": "^4.1.1",
- "sass": "^1.69.5",
+ "sass": "^1.69.7",
"stylelint": "^15.11.0",
- "stylelint-config-recommended-scss": "git+https://github.com/Alkarex/stylelint-config-recommended-scss.git#load-no-partial-leading-underscore",
- "stylelint-order": "^6.0.3",
- "stylelint-stylistic": "^0.4.3"
+ "stylelint-config-recommended-scss": "^13.1.0",
+ "stylelint-order": "^6.0.4",
+ "stylelint-stylistic": "^0.4.5"
},
"rtlcssConfig": {}
}