From 0bccf078c912eb94223d74af554701e29a5117eb Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 8 Oct 2023 02:16:20 +0200 Subject: Update JS and PY dependencies (#27501) - Update all JS and PY dependencies - Enable eslint `prefer-object-has-own` and autofix issue - Fix styling on citation buttons - Tested citation, mermaid, monaco, swagger, katex Citation button issue was that these buttons were not filled: Screenshot 2023-10-07 at 14 05 08 Co-authored-by: techknowlogick --- .eslintrc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.yaml') diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 689a4f919c..f9d2d30e9e 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -476,7 +476,7 @@ rules: prefer-exponentiation-operator: [2] prefer-named-capture-group: [0] prefer-numeric-literals: [2] - prefer-object-has-own: [0] + prefer-object-has-own: [2] prefer-object-spread: [2] prefer-promise-reject-errors: [2, {allowEmptyReject: false}] prefer-regex-literals: [2] -- cgit v1.2.3