Skip to content

Commit 071dd8f

Browse files
authored
Update eslint packages (adazzle#3684)
* Update deps * update
1 parent 133424c commit 071dd8f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ export default [
387387

388388
// React Hooks Extra
389389
// https://eslint-react.xyz/
390-
'react-hooks-extra/no-redundant-custom-hook': 1,
391390
'react-hooks-extra/no-unnecessary-use-callback': 1,
392391
'react-hooks-extra/no-unnecessary-use-memo': 1,
392+
'react-hooks-extra/no-useless-custom-hooks': 1,
393393
'react-hooks-extra/prefer-use-state-lazy-initialization': 1,
394394

395395
// SonarJS rules

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
"@types/node": "^22.0.0",
7272
"@types/react": "^18.3.9",
7373
"@types/react-dom": "^18.3.0",
74-
"@typescript-eslint/eslint-plugin": "^8.18.1",
75-
"@typescript-eslint/parser": "^8.18.1",
74+
"@typescript-eslint/eslint-plugin": "^8.19.1",
75+
"@typescript-eslint/parser": "^8.19.1",
7676
"@vitejs/plugin-react": "^4.3.4",
7777
"@vitest/browser": "^2.1.8",
7878
"@vitest/coverage-v8": "^2.1.8",
@@ -82,10 +82,10 @@
8282
"browserslist": "^4.24.3",
8383
"eslint": "^9.17.0",
8484
"eslint-plugin-jest-dom": "^5.5.0",
85-
"eslint-plugin-react": "^7.37.2",
86-
"eslint-plugin-react-compiler": "^19.0.0-beta-201e55d-20241215",
85+
"eslint-plugin-react": "^7.37.3",
86+
"eslint-plugin-react-compiler": "^19.0.0-beta-63e3235-20250105",
8787
"eslint-plugin-react-hooks": "^5.0.0",
88-
"eslint-plugin-react-hooks-extra": "^1.20.0",
88+
"eslint-plugin-react-hooks-extra": "^1.23.2",
8989
"eslint-plugin-sonarjs": "^3.0.1",
9090
"eslint-plugin-testing-library": "^7.1.1",
9191
"jspdf": "^2.5.1",

0 commit comments

Comments
 (0)