File tree Expand file tree Collapse file tree 2 files changed +275
-168
lines changed
Expand file tree Collapse file tree 2 files changed +275
-168
lines changed Original file line number Diff line number Diff line change 2020 "@biomejs/biome" : " 1.9.4" ,
2121 "@tsconfig/node22" : " ^22.0.0" ,
2222 "@tsconfig/strictest" : " ^2.0.5" ,
23- "@types/node" : " ^22.9.0 " ,
24- "husky" : " ^9.1.6 " ,
23+ "@types/node" : " ^22.13.10 " ,
24+ "husky" : " ^9.1.7 " ,
2525 "jsonc-parser" : " ^3.3.1" ,
26- "lint-staged" : " ^15.2.10" ,
27- "prettier" : " ^3.3.3" ,
28- "tsx" : " ^4.19.2" ,
29- "typescript" : " ^5.6.3"
26+ "lint-staged" : " ^15.4.3" ,
27+ "nodejs-polars" : " ^0.18.0" ,
28+ "prettier" : " ^3.5.3" ,
29+ "tsx" : " ^4.19.3" ,
30+ "typescript" : " ^5.8.2"
3031 },
3132 "scripts" : {
3233 "prepare" : " husky" ,
3334 "lint-staged" : " pnpm exec biome lint && pnpm exec prettier . --check" ,
3435 "package:create" : " cd packages && pnpm --package=yo --package=generator-code dlx yo code --skip-install" ,
3536 "package:build" : " pnpm --filter syntax-highlight build"
37+ },
38+ "pnpm" : {
39+ "onlyBuiltDependencies" : [
40+ " @biomejs/biome" ,
41+ " esbuild"
42+ ]
3643 }
3744}
You can’t perform that action at this time.
0 commit comments