File tree Expand file tree Collapse file tree 4 files changed +749
-1770
lines changed
Expand file tree Collapse file tree 4 files changed +749
-1770
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ export default [
88 {
99 rules : {
1010 '@typescript-eslint/no-explicit-any' : 'off' ,
11- 'import/export' : 'off' , // Until they fix flat config support
1211 'n/no-unsupported-features/node-builtins' : 'off' ,
1312 'no-control-regex' : 'off'
1413 }
Original file line number Diff line number Diff line change 3838 }
3939 ],
4040 "devDependencies" : {
41- "@logux/eslint-config" : " ^53.5.1 " ,
42- "@size-limit/preset-small-lib" : " ^11.1.6 " ,
41+ "@logux/eslint-config" : " ^55.1.0 " ,
42+ "@size-limit/preset-small-lib" : " ^11.2.0 " ,
4343 "@types/jsdom" : " ^21.1.7" ,
44- "@types/node" : " ^22.10.7 " ,
45- "@types/react" : " ^19.0.7 " ,
46- "@types/react-dom" : " ^19.0.3 " ,
44+ "@types/node" : " ^22.13.10 " ,
45+ "@types/react" : " ^19.0.10 " ,
46+ "@types/react-dom" : " ^19.0.4 " ,
4747 "better-node-test" : " ^0.7.1" ,
4848 "c8" : " ^10.1.3" ,
4949 "clean-publish" : " ^5.1.0" ,
50- "eslint" : " ^9.18 .0" ,
50+ "eslint" : " ^9.22 .0" ,
5151 "jsdom" : " ^26.0.0" ,
5252 "react" : " ^19.0.0" ,
5353 "react-dom" : " ^19.0.0" ,
54- "size-limit" : " ^11.1.6 " ,
55- "tsx" : " ^4.19.2 " ,
56- "typescript" : " ^5.7.3 " ,
57- "vite" : " ^6.0.11 "
54+ "size-limit" : " ^11.2.0 " ,
55+ "tsx" : " ^4.19.3 " ,
56+ "typescript" : " ^5.8.2 " ,
57+ "vite" : " ^6.2.2 "
5858 },
5959 "prettier" : {
6060 "arrowParens" : " avoid" ,
You can’t perform that action at this time.
0 commit comments