File tree 4 files changed +363
-521
lines changed
examples/react/ui-libraries
4 files changed +363
-521
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ export default [
9
9
name : 'tanstack/temp' ,
10
10
rules : {
11
11
'@typescript-eslint/array-type' : 'off' ,
12
- '@typescript-eslint/ban-types' : 'off' ,
13
12
'@typescript-eslint/method-signature-style' : 'off' ,
14
13
'@typescript-eslint/naming-convention' : 'off' ,
15
14
'@typescript-eslint/no-unnecessary-type-assertion' : 'off' ,
15
+ '@typescript-eslint/no-unsafe-function-type' : 'off' ,
16
16
'@typescript-eslint/require-await' : 'off' ,
17
17
'no-async-promise-executor' : 'off' ,
18
18
'no-empty' : 'off' ,
Original file line number Diff line number Diff line change 25
25
"devDependencies" : {
26
26
"@types/react" : " ^18.3.3" ,
27
27
"@types/react-dom" : " ^18.3.0" ,
28
- "@typescript-eslint/eslint-plugin" : " ^7.18.0" ,
29
- "@typescript-eslint/parser" : " ^7.18.0" ,
30
28
"@vitejs/plugin-react" : " ^4.3.1" ,
31
29
"@vitejs/plugin-react-swc" : " ^3.7.0" ,
32
- "eslint" : " ^8.57.0" ,
33
- "eslint-plugin-react-hooks" : " ^4.6.2" ,
34
- "eslint-plugin-react-refresh" : " ^0.4.11" ,
35
30
"typescript" : " 5.4.2" ,
36
31
"vite" : " ^5.4.2"
37
32
},
Original file line number Diff line number Diff line change 38
38
]
39
39
},
40
40
"devDependencies" : {
41
- "@eslint-react/eslint-plugin" : " ^1.12.1 " ,
41
+ "@eslint-react/eslint-plugin" : " ^1.12.3 " ,
42
42
"@solidjs/testing-library" : " ^0.8.9" ,
43
- "@tanstack/config" : " ^0.12 .0" ,
43
+ "@tanstack/config" : " ^0.13 .0" ,
44
44
"@testing-library/jest-dom" : " ^6.5.0" ,
45
45
"@testing-library/react" : " ^16.0.0" ,
46
46
"@testing-library/user-event" : " ^14.5.2" ,
49
49
"@types/react" : " ^18.3.3" ,
50
50
"@types/react-dom" : " ^18.3.0" ,
51
51
"@vitest/coverage-istanbul" : " ^2.0.5" ,
52
- "eslint" : " ^8.57.0 " ,
53
- "eslint-plugin-react-hooks" : " ^4.6.2 " ,
52
+ "eslint" : " ^9.9.1 " ,
53
+ "eslint-plugin-react-hooks" : " ^5.1.0-rc-a19a8ab4-20240829 " ,
54
54
"jsdom" : " ^25.0.0" ,
55
55
"knip" : " ^5.27.4" ,
56
56
"nx" : " ^19.6.2" ,
You can’t perform that action at this time.
0 commit comments