aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 10 insertions, 7 deletions
diff --git a/package.json b/package.json
index fe25a3f43..fc3e3c150 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,9 @@
"url": "https://github.com/FreshRSS/FreshRSS.git"
},
"license": "AGPL-3.0",
+ "engines" : {
+ "node" : ">=12"
+ },
"scripts": {
"eslint": "eslint --ext .js .",
"eslint_fix": "eslint --fix --ext .js .",
@@ -30,16 +33,16 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^8.10.0",
+ "eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
- "eslint-plugin-n": "^15.2.3",
- "eslint-plugin-promise": "^6.0.0",
+ "eslint-plugin-n": "^15.6.0",
+ "eslint-plugin-promise": "^6.1.1",
"markdownlint-cli": "^0.31.1",
- "rtlcss": "^3.5.0",
- "sass": "^1.52.3",
- "stylelint": "^14.9.0",
- "stylelint-config-recommended-scss": "^6.0.0",
+ "rtlcss": "^4.0.0",
+ "sass": "^1.57.0",
+ "stylelint": "^14.16.1",
+ "stylelint-config-recommended-scss": "^8.0.0",
"stylelint-order": "^5.0.0"
},
"rtlcssConfig": {}