File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 2929 " index.js"
3030 ],
3131 "devDependencies" : {
32- "@types/node" : " ^18 .0.0" ,
32+ "@types/node" : " ^20 .0.0" ,
3333 "@types/semver" : " ^7.0.0" ,
34- "c8" : " ^7 .0.0" ,
35- "prettier" : " ^2 .0.0" ,
34+ "c8" : " ^8 .0.0" ,
35+ "prettier" : " ^3 .0.0" ,
3636 "remark-cli" : " ^11.0.0" ,
3737 "remark-preset-wooorm" : " ^9.0.0" ,
3838 "semver" : " ^7.0.0" ,
3939 "type-coverage" : " ^2.0.0" ,
4040 "typescript" : " ^5.0.0" ,
41- "xo" : " ^0.54 .0"
41+ "xo" : " ^0.56 .0"
4242 },
4343 "scripts" : {
4444 "prepack" : " npm run generate && npm run build && npm run format" ,
4545 "generate" : " node --conditions development script.js" ,
4646 "build" : " tsc --build --clean && tsc --build && type-coverage" ,
47- "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
47+ "format" : " remark . -qfo && prettier . -w --log-level warn && xo --fix" ,
4848 "test-api" : " node --experimental-import-meta-resolve test/baseline.js && node --experimental-import-meta-resolve test/baseline-async.js && node test/index.js" ,
4949 "test-coverage" : " c8 --check-coverage --branches 75 --functions 75 --lines 75 --statements 75 --reporter lcov npm run test-api" ,
5050 "test" : " npm run generate && npm run build && npm run format && npm run test-coverage"
6565 "max-params" : " off" ,
6666 "no-constant-condition" : " off" ,
6767 "no-new" : " off" ,
68- "prefer-arrow-callback" : " off"
68+ "prefer-arrow-callback" : " off" ,
69+ "unicorn/prefer-at" : " off" ,
70+ "unicorn/prefer-string-replace-all" : " off"
6971 },
7072 "ignore" : [
7173 " test/node_modules/"
You can’t perform that action at this time.
0 commit comments