Skip to content

Commit f4c9f00

Browse files
Hristo HristovHristo Hristov
authored andcommitted
fix(cli): upgrade eslint plugin react hooks to fix react error
1 parent 2f9f71d commit f4c9f00

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/templates/react/igr-ts/projects/_base/files

1 file changed

+1
-1
lines changed

packages/cli/templates/react/igr-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@typescript-eslint/parser": "^8.21.0",
2323
"@vitejs/plugin-react": "^4.0.3",
2424
"eslint": "^9.20.0",
25-
"eslint-plugin-react-hooks": "^4.6.0",
25+
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.3",
2727
"jsdom": "^22.1.0",
2828
"typescript": "~5.5.4",

0 commit comments

Comments
 (0)