aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-06-19 20:08:42 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-19 20:08:42 +0200
commitf365a9aeb44c33a1c817ae19a6027aa0fbffd706 (patch)
tree6f93f55d5c71eda6672168a7f1250ad1d784c5ef /package.json
parent238e55b2fd7f08b5ce866b712c43c1a8fa03a657 (diff)
Update all test dependencies (#4419)
* Update all test dependencies * Remove old false-positive * Minor update lock files * Increase PHPStan memory for Fedora https://github.com/FreshRSS/FreshRSS/pull/4400#issuecomment-1159514197 * Require PHP8+ for tests Due to small changes of signature in `ob_implicit_flush` and `simplexml_load_string`, cf. https://github.com/FreshRSS/FreshRSS/pull/4123 * Missing lint in CSS files
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index f05c2692f..fe25a3f43 100644
--- a/package.json
+++ b/package.json
@@ -30,16 +30,16 @@
"fix": "npm run rtlcss && npm run stylelint_fix && npm run eslint_fix && npm run markdownlint_fix"
},
"devDependencies": {
- "eslint": "^7.32.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.25.4",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.2.0",
+ "eslint": "^8.10.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",
"markdownlint-cli": "^0.31.1",
"rtlcss": "^3.5.0",
- "sass": "^1.49.0",
- "stylelint": "^14.3.0",
- "stylelint-config-recommended-scss": "^5.0.2",
+ "sass": "^1.52.3",
+ "stylelint": "^14.9.0",
+ "stylelint-config-recommended-scss": "^6.0.0",
"stylelint-order": "^5.0.0"
},
"rtlcssConfig": {}