Upgrade to ESLint v7.x
Update eslint-config-hypothesis which was in turn holding back various other ESLint packages. The newest update to eslint-plugin-react-hooks found an incorrect usage of `useCallback` in `ThreadCard` where `debounce` was being called on ever render instead of only when certain dependencies changed.
Showing
... | ... | @@ -42,12 +42,12 @@ |
"enzyme-adapter-preact-pure": "^2.0.0", | ||
"escape-html": "^1.0.3", | ||
"escape-string-regexp": "^1.0.5", | ||
"eslint": "^6.0.1", | ||
"eslint-config-hypothesis": "^2.0.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-hypothesis": "^2.4.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"eslint-plugin-mocha": "^7.0.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-react-hooks": "^3.0.0", | ||
"eslint-plugin-react-hooks": "^4.0.4", | ||
"exorcist": "^1.0.1", | ||
"express": "^4.14.1", | ||
"fancy-log": "^1.3.3", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment