aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-06-18 23:05:28 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-18 23:05:28 +0200
commit8bf362838e9ef991452afc2ae3ae2e91d915d600 (patch)
tree263f8c529f4f5aeb53b0eddd8e807eb1106bd310 /package.json
parent723f7577d0a388a90779930754c5aacb9f66b168 (diff)
Update dev dependencies (#5478)
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 87e2769cb..e941fa4a8 100644
--- a/package.json
+++ b/package.json
@@ -33,16 +33,16 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^8.39.0",
- "eslint-config-standard": "^17.0.0",
+ "eslint": "^8.43.0",
+ "eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
- "eslint-plugin-n": "^15.7.0",
+ "eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
- "markdownlint-cli": "^0.33.0",
+ "markdownlint-cli": "^0.35.0",
"rtlcss": "^4.1.0",
- "sass": "^1.62.0",
- "stylelint": "^15.6.0",
- "stylelint-config-recommended-scss": "^11.0.0",
+ "sass": "^1.63.4",
+ "stylelint": "^15.8.0",
+ "stylelint-config-recommended-scss": "^12.0.0",
"stylelint-order": "^6.0.3"
},
"rtlcssConfig": {}