aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-04 13:30:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-04 13:30:45 +0100
commitb3239256dc6d188cda970adab516b3fcf1b86129 (patch)
treed8e65dd9784834ba2e82ce7ee94b4718f8af19ea /package.json
parent27b71ffa99f7dff013fb8d51d020ed628e0d2ce6 (diff)
parent0fe0ce894cbad09757d719dd4b400b9862c1a12a (diff)
Merge branch 'edge' into latest
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..bb8173e0d 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": {}