File tree Expand file tree Collapse file tree 2 files changed +708
-1070
lines changed
Expand file tree Collapse file tree 2 files changed +708
-1070
lines changed Original file line number Diff line number Diff line change 3434 "coverage" : " yarn test --coverage" ,
3535 "lint" : " eslint --report-unused-disable-directives --max-warnings 0 src test" ,
3636 "clean" : " rimraf dist esm" ,
37+ "format" : " prettier --write ." ,
3738 "prebuild" : " yarn clean" ,
3839 "build:esm" : " tsc --outDir esm" ,
3940 "build:es5" : " tsc --module commonjs --outDir dist" ,
5152 "devDependencies" : {
5253 "@types/node" : " ^24.3.1" ,
5354 "@types/range-parser" : " ^1.2.7" ,
54- "@vitest/coverage-v8" : " ^3 .0.1 " ,
55+ "@vitest/coverage-v8" : " ^4 .0.15 " ,
5556 "eslint" : " ^9.16.0" ,
5657 "eslint-plugin-import" : " ^2.31.0" ,
57- "eslint-plugin-unicorn" : " ^61 .0.2 " ,
58+ "eslint-plugin-unicorn" : " ^62 .0.0 " ,
5859 "prettier" : " ^3.4.1" ,
5960 "range-parser" : " ^1.2.1" ,
6061 "rimraf" : " ^6.0.0" ,
6162 "standard-changelog" : " ^7.0.1" ,
6263 "typescript" : " ^5.7.0" ,
6364 "typescript-eslint" : " ^8.18.0" ,
64- "vitest" : " ^3 .0.1 "
65+ "vitest" : " ^4 .0.15 "
6566 },
6667 "publishConfig" : {
6768 "access" : " public"
You can’t perform that action at this time.
0 commit comments