Skip to content

Commit ca9c573

Browse files
authored
1 parent 79d9662 commit ca9c573

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
"eslint": "^9.20.1",
8282
"eslint-plugin-jest-dom": "^5.5.0",
8383
"eslint-plugin-react": "^7.37.4",
84-
"eslint-plugin-react-compiler": "^19.0.0-beta-30d8a17-20250209",
85-
"eslint-plugin-react-hooks": "^5.0.0",
84+
"eslint-plugin-react-compiler": "^19.0.0-beta-e1e972c-20250221",
85+
"eslint-plugin-react-hooks": "^5.2.0",
8686
"eslint-plugin-react-hooks-extra": "^1.26.2",
8787
"eslint-plugin-sonarjs": "^3.0.1",
8888
"eslint-plugin-testing-library": "^7.1.1",
@@ -96,7 +96,7 @@
9696
"react-dnd-html5-backend": "^16.0.1",
9797
"react-dom": "^19.0.0",
9898
"rolldown": "^1.0.0-beta.3",
99-
"typescript": "~5.7.3",
99+
"typescript": "~5.8.2",
100100
"vite": "^6.1.0",
101101
"vitest": "^3.0.6",
102102
"vitest-browser-react": "^0.1.1"

src/HeaderRow.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ function HeaderRow<R, SR, K extends React.Key>({
5858
shouldFocusGrid,
5959
direction
6060
}: HeaderRowProps<R, SR, K>) {
61-
// eslint-disable-next-line react-compiler/react-compiler
62-
// eslint-disable-next-line react-hooks/rules-of-hooks
6361
const dragDropKey = useId();
6462

6563
const cells = [];

tsconfig.base.json

+2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"allowSyntheticDefaultImports": true,
44
"composite": true,
55
"emitDeclarationOnly": true,
6+
"erasableSyntaxOnly": true,
67
"exactOptionalPropertyTypes": true,
78
"forceConsistentCasingInFileNames": true,
89
"isolatedModules": true,
910
"jsx": "react-jsx",
1011
"lib": ["ESNext"],
12+
"libReplacement": false,
1113
"module": "esnext",
1214
"moduleDetection": "force",
1315
"moduleResolution": "bundler",

0 commit comments

Comments
 (0)