File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1212 "@types/node" : " ^24.10.12"
1313 },
1414 "devDependencies" : {
15- "@adguard/agtree" : " ^3.4.3 " ,
15+ "@adguard/agtree" : " ^4.0.1 " ,
1616 "@npmcli/package-json" : " ^7.0.4" ,
1717 "@types/npmcli__package-json" : " ^4.0.4" ,
1818 "@types/semver" : " ^7.7.1" ,
19+ "@typescript-eslint/eslint-plugin" : " ^8.56.0" ,
20+ "@typescript-eslint/parser" : " ^8.56.0" ,
1921 "@typescriptprime/parsing" : " ^1.1.0" ,
2022 "@typescriptprime/securereq" : " ^1.1.0" ,
2123 "chokidar" : " ^5.0.0" ,
2224 "esbuild" : " ^0.27.3" ,
23- "eslint" : " ^9.39.2 " ,
25+ "eslint" : " 10 " ,
2426 "semver" : " ^7.7.4" ,
2527 "tldts" : " ^7.0.23" ,
2628 "tsx" : " ^4.21.0" ,
2729 "typescript" : " ^5.9.3" ,
28- "typescript-eslint" : " ^8.55 .0" ,
30+ "typescript-eslint" : " ^8.56 .0" ,
2931 "zod" : " ^4.3.6"
3032 }
3133}
Original file line number Diff line number Diff line change 3434 "devDependencies" : {
3535 "@typescript-eslint/eslint-plugin" : " ^8.56.0" ,
3636 "@typescript-eslint/parser" : " ^8.56.0" ,
37- "eslint" : " ^9.39.2 " ,
37+ "eslint" : " 10 " ,
3838 "typescript-eslint" : " ^8.56.0"
3939 }
4040}
Original file line number Diff line number Diff line change 66 "lint" : " tsc --noEmit && eslint **/*.ts"
77 },
88 "devDependencies" : {
9- "@types/web" : " ^0.0.336"
9+ "@types/web" : " ^0.0.336" ,
10+ "@typescript-eslint/eslint-plugin" : " ^8.56.0" ,
11+ "@typescript-eslint/parser" : " ^8.56.0" ,
12+ "eslint" : " 10" ,
13+ "typescript-eslint" : " ^8.56.0"
1014 }
1115}
You can’t perform that action at this time.
0 commit comments