From 26e2a703125ffe1d0d2746b0e5ea3491b627832c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 26 Apr 2023 08:23:21 +0200 Subject: Update dev dependencies (#5339) Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5336 https://stylelint.io/migration-guide/to-15 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'package.json') 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" -- cgit v1.2.3