File tree Expand file tree Collapse file tree 5 files changed +228
-165
lines changed Expand file tree Collapse file tree 5 files changed +228
-165
lines changed Original file line number Diff line number Diff line change 42
42
"pnpm" : {
43
43
"updateConfig" : {
44
44
"ignoreDependencies" : [
45
- " ajv" ,
46
- " eslint-plugin-react-hooks"
45
+ " ajv"
47
46
]
48
47
}
49
48
}
Original file line number Diff line number Diff line change 23
23
"." : " ./src/index.js"
24
24
},
25
25
"dependencies" : {
26
- "@stylistic/eslint-plugin" : " ^ 2.1.0" ,
27
- "eslint" : " ^ 9.4.0" ,
28
- "eslint-plugin-react" : " ^ 7.34.2" ,
26
+ "@stylistic/eslint-plugin" : " 2.1.0" ,
27
+ "eslint" : " 9.4.0" ,
28
+ "eslint-plugin-react" : " 7.34.2" ,
29
29
"eslint-plugin-react-hooks" : " 5.1.0-rc-99da76f23a-20240606" ,
30
- "eslint-plugin-unicorn" : " ^ 53.0.0" ,
30
+ "eslint-plugin-unicorn" : " 53.0.0" ,
31
31
"globals" : " ^15.4.0" ,
32
- "typescript-eslint" : " ^ 7.12.0"
32
+ "typescript-eslint" : " 7.12.0"
33
33
}
34
34
}
Original file line number Diff line number Diff line change 8
8
"@typescript-eslint/eslint-plugin": "7.12.0"
9
9
},
10
10
{
11
- "eslint-plugin-react-hooks ": "5.1.0-rc-99da76f23a-20240606 "
11
+ "eslint": "9.4.0 "
12
12
},
13
13
{
14
14
"eslint-plugin-react": "7.34.2"
15
15
},
16
16
{
17
- "eslint-plugin-unicorn ": "53.0.0 "
17
+ "eslint-plugin-react-hooks ": "5.1.0-rc-99da76f23a-20240606 "
18
18
},
19
19
{
20
- "eslint": "9.4 .0"
20
+ "eslint-plugin-unicorn ": "53.0 .0"
21
21
}
22
22
],
23
23
"rules": [
Original file line number Diff line number Diff line change 27
27
}
28
28
},
29
29
"dependencies" : {
30
- "@stylistic/eslint-plugin" : " ^ 2.1.0" ,
30
+ "@stylistic/eslint-plugin" : " 2.1.0" ,
31
31
"@trpc/client" : " ^10.45.2" ,
32
32
"@trpc/server" : " ^10.45.2" ,
33
33
"@typescript-eslint/eslint-plugin" : " ^7.12.0" ,
34
34
"ajv" : " 6.12.6" ,
35
- "eslint" : " ^ 9.4.0" ,
36
- "eslint-plugin-react" : " ^ 7.34.2" ,
35
+ "eslint" : " 9.4.0" ,
36
+ "eslint-plugin-react" : " 7.34.2" ,
37
37
"eslint-plugin-react-hooks" : " 5.1.0-rc-99da76f23a-20240606" ,
38
- "eslint-plugin-unicorn" : " ^ 53.0.0" ,
38
+ "eslint-plugin-unicorn" : " 53.0.0" ,
39
39
"express" : " ^5.0.1" ,
40
40
"json-schema" : " ^0.4.0" ,
41
41
"microdiff" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments