File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
"default" : " ./dist/index.js"
12
12
},
13
13
"scripts" : {
14
- "build" : " tsc --module CommonJS && cd dist && mv \" index.js\" \" index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/* --loglevel warn " ,
14
+ "build" : " tsc --module CommonJS && cd dist && mv \" index.js\" \" index.cjs\" && cd ../ && tsc --module es2020 && npx prettier -w dist/*" ,
15
15
"test" : " npm run build && node --test ./tests/*" ,
16
16
"bench" : " npm run build && node bench.js" ,
17
17
"prepublish" : " npm run build"
28
28
"devDependencies" : {
29
29
"deep-diff" : " ^1.0.2" ,
30
30
"deep-object-diff" : " ^1.1.9" ,
31
- "diff" : " ^5.1 .0" ,
31
+ "diff" : " ^5.2 .0" ,
32
32
"picocolors" : " ^1.0.0" ,
33
- "prettier" : " ^2.8.7 " ,
34
- "typescript" : " ^5.0.4 "
33
+ "prettier" : " ^3.2.5 " ,
34
+ "typescript" : " ^5.4.2 "
35
35
},
36
36
"type" : " module" ,
37
37
"repository" : {
You can’t perform that action at this time.
0 commit comments