aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-04-26 08:23:21 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-26 08:23:21 +0200
commit26e2a703125ffe1d0d2746b0e5ea3491b627832c (patch)
tree6a59a2918029132d49a9d8954228f724824ccb8d /package.json
parentc846b5a5a0d2f974d175251d76b986c500fad4fb (diff)
Update dev dependencies (#5339)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5336 https://stylelint.io/migration-guide/to-15
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 4594f4268..87e2769cb 100644
--- a/package.json
+++ b/package.json
@@ -33,14 +33,14 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^8.31.0",
+ "eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0",
- "eslint-plugin-import": "^2.26.0",
- "eslint-plugin-n": "^15.6.0",
+ "eslint-plugin-import": "^2.27.5",
+ "eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
- "markdownlint-cli": "^0.31.1",
- "rtlcss": "^4.0.0",
- "sass": "^1.57.0",
+ "markdownlint-cli": "^0.33.0",
+ "rtlcss": "^4.1.0",
+ "sass": "^1.62.0",
"stylelint": "^15.6.0",
"stylelint-config-recommended-scss": "^11.0.0",
"stylelint-order": "^6.0.3"