diff options
| author | 2023-01-09 12:59:30 +0100 | |
|---|---|---|
| committer | 2023-01-09 12:59:30 +0100 | |
| commit | 1d9d4e3e3c8dd020ab4d333436264eaa3ef201cd (patch) | |
| tree | 6f839261a75d5ce7cfc42b3f43673dc250a26ad1 /package.json | |
| parent | 3fb8ab8eb5c88042320bbe006825b21f5a8f21de (diff) | |
Update dev dependencies (#4993)
Related to https://github.com/FreshRSS/FreshRSS/pull/4991
Required a few changes in code to pass the tests
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
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": {} |
